Re: Pushlets and Mod_pubsub and getting connections.
Joyce Park <[email protected]> Wed, 14 Jan 2004 11:15:45 -0800 (PST)
| Newsgroups | gmane.comp.web.mod-pubsub.devel |
|---|---|
| Message-ID | <[email protected]> |
--- Kragen Sitaker <[email protected]> wrote: > > Apache is *not* very scalable when it comes to dealing with lots of > concurrent connections. It's very scalable to lots of transactions > per second, just like Tomcat, but it doesn't cope well with long-lived > clients either. But just to be crystal clear: the Python server doesn't suck up Apache threads/processes. Apache forwards the first request, and possibly serves the other parts of a page in which a Mod-pubsub section is embedded... but after that, Apache is entirely out of the loop. I find that this is a very common misunderstanding about Mod-pubsub, so I want to clarify. JP ------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html