[Catalyst-dev] Catalyst test suite
Andy Grundman
andy at hybridized.org
Tue May 6 19:57:45 BST 2008
That your app code blocks the entire process while it's running,
waiting for database queries, making LWP requests, or whatever.
On May 6, 2008, at 2:50 PM, Yuri Shtil wrote:
> While we are at, what was the blocking problem in the POE engine?
>
>
>>>
>>> Andy Grundman wrote:
>>>> The POE engine also has a blocking problem, a really big one in
>>>> fact, and is the reason I gave up on it. What you want to do is
>>>> currently not possible, a Catalyst request will generally block
>>>> the whole process until it's finished executing. The POE engine
>>>> tried to use some tricks to get around parts of the blocking, but
>>>> the core of your app code, and things such as database queries,
>>>> are still going to block.
>>>>
>>
>
> _______________________________________________
> Catalyst-dev mailing list
> Catalyst-dev at lists.scsys.co.uk
> http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst-dev
More information about the Catalyst-dev
mailing list