in reply to Re^2: Perl modules for Comet ?
in thread Perl modules for Comet ?
I do know that relying on multi-part bodies alone (without client-side code) does not work as well as you'd hope, and I suspect using multi-part bodies will be slightly more work to interpret by your ajax code (if they work at all) than a custom (simpler) format.
update: if you want to do this seriously (i.e. multiple events, many clients) with perl, you probably need a special light-weight server for the event streams, if only because having a few hundred apache processes will eat your memory.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Perl modules for Comet ?
by renodino (Curate) on Feb 11, 2007 at 00:07 UTC | |
by Joost (Canon) on Feb 11, 2007 at 01:54 UTC |