in reply to Re^3: Perl modules for Comet ?
in thread Perl modules for Comet ?
...there is no real standard for doing all this.
I'm discovering the same. Similar to its namesake cleanser, its very green, and a bit abrasive ;^)
...you probably need a special light-weight server for the event streams...
Yes, ergo HTTP::Daemon::Threaded (tho some may contend its heavier than Apache). However, my target is more like 20-100 concurrent users, rather than thousands. Think "application appliance", not Google scale.
Alas, HTTP::Daemon::Threaded currently relies heavily on HTTP::Request/Response, and the latter doesn't adapt well to the "Service Stream" concept. So I'm thinking a subclass of HTTP::Response that adds a "flush" capability may be useful.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Perl modules for Comet ?
by Joost (Canon) on Feb 11, 2007 at 01:54 UTC |