But I still need a lot of code which is run by catalyst, like authentication and of course the whole dbic schema.
What about Catalyst::Engine::HTTP::POE?

cometd.com is not very informative ...

Am 05.03.2008 um 23:47 schrieb Peter Edwards:

Jay wrote:
On Wed, Mar 5, 2008 at 11:48 AM, Moritz Onken <[EMAIL PROTECTED]>
wrote:
I'm combining ajax with push. So it's a real push service, the website
is not pulling the data on a constant time rate.

A process per client is really bad. I'll need to serve hundreds of
client at the same time. Seems like push is not an option...


Take a look at cometd: http://cometd.com/

Thanks for mentioning that, it looks interesting, particularly as it's
hooked up to perlbal.

Moritz, I've done something similar before using POE to handle many
connections more cheaply than Apache (thanks to Matt Trout for the
suggestion). It was to serve XML formatted requests though you could return
JSON formatted data just as easily
http://search.cpan.org/perldoc?POE::Component::Server::TCP

Regards, Peter
http://perl.dragonstaff.co.uk


_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/


_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to