Re: [Catalyst] Handling long-running processes (was Re: Logging is not immediate)

2010-10-23 Thread Tomas Doran
On 20 Oct 2010, at 01:48, Toby Corkindale wrote: What is support like for either multi-part or partial-update in browsers like now? Almost everything will now do MXHR. Have a look at Web::Hippie which abstracts the browser-specifics of the actual mechanism away. However, each user is

Re: [Catalyst] Handling long-running processes (was Re: Logging is not immediate)

2010-10-19 Thread Chris
I'm curious to know how other people approach this issue. Also, what do you think about the polling approach vs a (background) connection that stays connected waiting for the completion signal? I've found polling much simpler to implement (and test) as it doesn't require anything

Re: [Catalyst] Handling long-running processes (was Re: Logging is not immediate)

2010-10-19 Thread Toby Corkindale
On 20/10/10 09:19, Chris wrote: I'm curious to know how other people approach this issue. Also, what do you think about the polling approach vs a (background) connection that stays connected waiting for the completion signal? I've found polling much simpler to implement (and test) as it

Re: [Catalyst] Handling long-running processes (was Re: Logging is not immediate)

2010-10-19 Thread Charlie Garrison
Good afternoon, On 20/10/10 at 11:48 AM +1100, Toby Corkindale toby.corkind...@strategicdata.com.au wrote: I still haven't played with Comet-style server-push much. Anyone else using it? I didn't spend much time looking at comet, but I have been looking into BOSH and have determined it

Re: [Catalyst] Handling long-running processes (was Re: Logging is not immediate)

2010-10-19 Thread Mark Beihoffer
worked. Thants, guise. Mark Beihoffer Dragonfly Networks mbeihof...@gmail.com m...@dragonfly-networks.com (612)508-5128 On Tue, Oct 19, 2010 at 8:22 PM, Charlie Garrison garri...@zeta.org.auwrote: Good afternoon, On 20/10/10 at 11:48 AM +1100, Toby Corkindale

[Catalyst] Handling long-running processes (was Re: Logging is not immediate)

2010-10-18 Thread Toby Corkindale
On 19/10/10 11:05, Bill Moseley wrote: On Mon, Oct 18, 2010 at 4:46 PM, Ken Beal kb...@crosscountry-auto.com mailto:kb...@crosscountry-auto.com wrote: The issue is that when I call $c-log(), it doesn’t output anything until the “URL call” completes. This makes it difficult to watch a