[PHP] php server push

2008-10-02 Thread gkrisz
Hi, (i hope this is the right place to ask questions like below) I am trying to use content type 'multipart/x-mixed-replace' to achive server pushing and I have the following piece of code, which works perfectly. /* file.html */ function handleContent(event) { var result =

[PHP] Re: php server push

2008-10-02 Thread Nathan Rixham
[EMAIL PROTECTED] wrote: Hi, (i hope this is the right place to ask questions like below) I am trying to use content type 'multipart/x-mixed-replace' to achive server pushing and I have the following piece of code, which works perfectly. /* file.html */ function handleContent(event) { var

Re: [PHP] Re: php server push

2008-10-02 Thread Bastien Koert
On Thu, Oct 2, 2008 at 6:53 AM, Nathan Rixham [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Hi, (i hope this is the right place to ask questions like below) I am trying to use content type 'multipart/x-mixed-replace' to achive server pushing and I have the following piece of code, which

[PHP] Server Push

2004-05-27 Thread George Lantz
I am just looking for some different techniques on how server push is done on PHP: I am fascinated by the PHP Live! Support Solution (http://www.phplivesupport.com). I would like to try to replicate this functionality just to see how it works and maybe use it on my own website. Does anyone know

Re: [PHP] Server Push

2004-05-27 Thread jon
I used to work for a fairly major chat site that used software by iChat to push slides -- and I'll be darned if I could figure out how they did it. Some weird quirk of HTTP, I'd think. Anyway -- getting a basic socket server up in running in the language of your choice and using something like

[PHP] Server push?

2002-05-25 Thread Leif K-Brooks
Does php support server push? I am trying to make a real-time chat. Would server push be the best way, and if so, how would I do it? Thanks for any help! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php