Re: [EMAIL PROTECTED] Comet problem

2006-06-25 Thread Issac Goldstand
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

[EMAIL PROTECTED] Comet problem

2006-06-24 Thread Kevin Cadieux
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