long polling solution for LAMP with limited privilege

I wonder if you guys have a
long-polling(http://meteorserver.org/interaction-modes/) solution for
a shared hosting(eg. hostmonster)

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Ryan Sun [ Mo, 15 März 2010 17:13 ] [ ID #2035160 ]

Re: long polling solution for LAMP with limited privilege

On shared hosting, you usually can't change the 30 sec max timeout on
the server..

So long polling >30s is not possible.

Short polling could be the answer, which can be done with ajax (see
jquery.com) from javascript, especially if you keep the cost of "are
there any new events for this client" down..

On Mon, Mar 15, 2010 at 6:13 PM, Ryan Sun <ryansun81 [at] gmail.com> wrote:
> I wonder if you guys have a
> long-polling(http://meteorserver.org/interaction-modes/) solution for
> a shared hosting(eg. hostmonster)
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Rene Veerman [ Mo, 15 März 2010 18:02 ] [ ID #2035161 ]
PHP » gmane.comp.php.general » long polling solution for LAMP with limited privilege

Vorheriges Thema: mysqli procedural calls and manual entries ?
Nächstes Thema: Using Mono library from PHP