Possibly PHP with auto-session starting is causing the serial responses...
See http://php.net/session-write-close
Issac
Kevin Cadieux wrote:
> Greetings everyone,
>
> I recently started working on a project that involves instant messaging
> through a web page. I thought it would be convenient
Greetings everyone,I recently started working on a project that involves instant messaging through a web page. I thought it would be convenient for the server to push the incoming messages to the user's browser as soon as they are sent. That is why I started experimenting with Comet in order to mak