Maybe you could try some other web server, like lighttpd (or others).

Pablo

On Mon, Oct 6, 2008 at 5:46 AM, Ian Christian <[EMAIL PROTECTED]> wrote:
>
> 2008/10/6 Sid Bachtiar <[EMAIL PROTECTED]>:
>>
>> Has anyone tried this?
>>
>> http://en.wikipedia.org/wiki/Comet_(programming)
>>
>> I'm implementing browser based chat with symfony and wonders if comet
>> would be better than ajax for it.
>
> You can do it - I've done it in java and used ActiveMQ to push
> messages out.  However... I really don't tihnk PHP is the right
> technology to use to do this kind of thing.  In Java, it's just
> another thread, in PHP, it's a whole new process that's sitting around
> waiting for data.  IIRC, Apache has a max clients limit of 256 of 512
> that's compiled in, and requires source modification to change.  I
> would personally consider using something else to service Comet
> requests.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to