yccheok
unread,May 29, 2009, 4:11:28 AM5/29/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to meteorserver
Hello,
May I know what is the meaning of
<script>p(-1,"");</script>
sent out by meteor.
This is because we get a satisfaction streaming result within our
local environment. However, when we deploy the result to live, we
found that the streaming result is extremely slow. (10 seconds per
data, where local only take 1 seconds per data).
One of the reasons is that, in live site, meteor send out a lot of
<script>p(-1,"");</script>
message where we didn't see these message in our local server.
May I know what is the purpose of <script>p(-1,"");</script>?
Thanks!
Cheok