Re: [Catalyst] Push services with catalyst

2008-03-10 Thread Patrick Donelan
If you're looking for in-depth discussion of Comet techniques I'd suggest you have a look at cometdaily.com. Cheers, Patrick On 3/6/08, Moritz Onken [EMAIL PROTECTED] wrote: But I still need a lot of code which is run by catalyst, like authentication and of course the whole dbic schema.

Re: [Catalyst] Push services with catalyst

2008-03-06 Thread Moritz Onken
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

RE: [Catalyst] Push services with catalyst

2008-03-06 Thread Peter Edwards
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.

Re: [Catalyst] Push services with catalyst

2008-03-06 Thread Jonathan Rockway
* On Thu, Mar 06 2008, Moritz Onken wrote: 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? Theoretically this should work. When your application is in the state of doing IO (sending data

[Catalyst] Push services with catalyst

2008-03-05 Thread Moritz Onken
Hi, I consider offering a push service for real-time data. It's AJAX based and requires a consistent connection. I'm not sure about the memory usage of this. I plan to run the catalyst app as fastcgi server. Does every consistent connection create an extra fastcgi process? Which means an

Re: [Catalyst] Push services with catalyst

2008-03-05 Thread Brian Kirkbride
Moritz Onken wrote: Hi, I consider offering a push service for real-time data. It's AJAX based and requires a consistent connection. I'm not sure about the memory usage of this. I plan to run the catalyst app as fastcgi server. Does every consistent connection create an extra fastcgi

Re: [Catalyst] Push services with catalyst

2008-03-05 Thread Moritz Onken
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... Am 05.03.2008 um 19:39 schrieb Brian

Re: [Catalyst] Push services with catalyst

2008-03-05 Thread J. Shirley
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

Re: [Catalyst] Push services with catalyst

2008-03-05 Thread Brian Kirkbride
Moritz Onken 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... Ah... after I clicked

RE: [Catalyst] Push services with catalyst

2008-03-05 Thread 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