<bdo id='5yO1z'></bdo><ul id='5yO1z'></ul>

<legend id='5yO1z'><style id='5yO1z'><dir id='5yO1z'><q id='5yO1z'></q></dir></style></legend>

    <tfoot id='5yO1z'></tfoot>
  • <small id='5yO1z'></small><noframes id='5yO1z'>

        <i id='5yO1z'><tr id='5yO1z'><dt id='5yO1z'><q id='5yO1z'><span id='5yO1z'><b id='5yO1z'><form id='5yO1z'><ins id='5yO1z'></ins><ul id='5yO1z'></ul><sub id='5yO1z'></sub></form><legend id='5yO1z'></legend><bdo id='5yO1z'><pre id='5yO1z'><center id='5yO1z'></center></pre></bdo></b><th id='5yO1z'></th></span></q></dt></tr></i><div id='5yO1z'><tfoot id='5yO1z'></tfoot><dl id='5yO1z'><fieldset id='5yO1z'></fieldset></dl></div>

        我如何使用 PHP 实现这个场景?

        How do i implement this scenario using PHP?(我如何使用 PHP 实现这个场景?)

        • <i id='GuVJB'><tr id='GuVJB'><dt id='GuVJB'><q id='GuVJB'><span id='GuVJB'><b id='GuVJB'><form id='GuVJB'><ins id='GuVJB'></ins><ul id='GuVJB'></ul><sub id='GuVJB'></sub></form><legend id='GuVJB'></legend><bdo id='GuVJB'><pre id='GuVJB'><center id='GuVJB'></center></pre></bdo></b><th id='GuVJB'></th></span></q></dt></tr></i><div id='GuVJB'><tfoot id='GuVJB'></tfoot><dl id='GuVJB'><fieldset id='GuVJB'></fieldset></dl></div>
            <tbody id='GuVJB'></tbody>

          <tfoot id='GuVJB'></tfoot>

            <bdo id='GuVJB'></bdo><ul id='GuVJB'></ul>

            <small id='GuVJB'></small><noframes id='GuVJB'>

                1. <legend id='GuVJB'><style id='GuVJB'><dir id='GuVJB'><q id='GuVJB'></q></dir></style></legend>

                  本文介绍了我如何使用 PHP 实现这个场景?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在编写一个使用 C2DM 的 android 应用程序.当用户向服务器发送一些消息时,服务器会回复发送者并将该消息转发给网络中的一组其他用户.

                  I am writing an android application which uses C2DM. When a user sends some message to the server, the server replies back to the sender and forwards that message to a set of other users in the network.

                  问题是,在消息转发给所有其他人之前,对发件人的回复会延迟.这需要很多时间.我希望先将回复发回给发件人,然后再执行转发过程.我怎样才能做到这一点......?如果我可以使用并行处理,我如何在 PHP 中做到这一点...?任何帮助将不胜感激:)

                  The problem is, the reply to the sender is delayed until the message is forwarded to all others. This is taking a lot of time. I want the reply to be sent back to sender first and then perform the forwarding process. How can i achieve this...? If i can use parallel processing, how can i do it in PHP...? Any help would be very much appreciated :)

                  我用过这样的东西,

                  print(json_encode("Inserted Successfully"));//."   ".count($tags)));
                  
                  while($row = mysql_fetch_row($result))
                  {
                       $id = $row[0];
                       sendMessageToUserID($id,"New Question !!",$ques_id,"yyyy");
                  }
                  

                  但是,这里的插入成功"不会发送给发送者,直到 while 循环执行之后.

                  But, here "Inserted Successfully" is not sent to the sender, until after the while loop is executed.

                  推荐答案

                  我不知道这是否可行,但您可以尝试添加 Content-Length:Connection: close 标头,当然还有显式刷新输出.

                  I don't know if this will work but you could try adding Content-Length: and Connection: close headers, and of course the explicitly flushing output.

                  试试这个

                  ob_start();
                  //output
                  header("Content-Length: ".ob_get_length());
                  header("Connection: close");
                  ob_end_flush();
                  //do other stuff
                  

                  这篇关于我如何使用 PHP 实现这个场景?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  DeepL的翻译效果还是很强大的,如果我们要用php实现DeepL翻译调用,该怎么办呢?以下是代码示例,希望能够帮到需要的朋友。 在这里需要注意,这个DeepL的账户和api申请比较难,不支持中国大陆申请,需要拥有香港或者海外信用卡才行,没账号的话,目前某宝可以
                  PHP通过phpspreadsheet导入Excel日期,导入系统后,全部变为了4开头的几位数字,这是为什么呢?原因很简单,将Excel的时间设置问文本,我们就能看到该日期本来的数值,上图对应的数值为: 要怎么解决呢?进行数据转换就行,这里可以封装方法,或者用第三方的
                  mediatemple - can#39;t send email using codeigniter(mediatemple - 无法使用 codeigniter 发送电子邮件)
                  Laravel Gmail Configuration Error(Laravel Gmail 配置错误)
                  Problem with using PHPMailer for SMTP(将 PHPMailer 用于 SMTP 的问题)
                  Issue on how to setup SMTP using PHPMailer in GoDaddy server(关于如何在 GoDaddy 服务器中使用 PHPMailer 设置 SMTP 的问题)

                    <tbody id='YposS'></tbody>
                  <tfoot id='YposS'></tfoot>
                2. <small id='YposS'></small><noframes id='YposS'>

                        <legend id='YposS'><style id='YposS'><dir id='YposS'><q id='YposS'></q></dir></style></legend>
                        1. <i id='YposS'><tr id='YposS'><dt id='YposS'><q id='YposS'><span id='YposS'><b id='YposS'><form id='YposS'><ins id='YposS'></ins><ul id='YposS'></ul><sub id='YposS'></sub></form><legend id='YposS'></legend><bdo id='YposS'><pre id='YposS'><center id='YposS'></center></pre></bdo></b><th id='YposS'></th></span></q></dt></tr></i><div id='YposS'><tfoot id='YposS'></tfoot><dl id='YposS'><fieldset id='YposS'></fieldset></dl></div>
                            <bdo id='YposS'></bdo><ul id='YposS'></ul>