| Rocco Caputo 2006-10-31, 3:57 am |
| On 30 Oct 2006 13:36:25 -0800, DJ Stunks wrote:
> Fei Liu wrote:
It sounds like a large number of events are entering the queue at
once. They will be dispatched in order, so new events entering the
queue will need to wait their turn. There are common strategies for
breaking up large groups of events, but as DJ Stunks said, the
discussion may be more advanced than this list.
[color=darkred]
That's false.
[color=darkred]
As a cooperative system, POE's timing depends heavily on your
application's code. You should be prepared to illustrate issues with
relevant code.
[color=darkred]
> this request is probably a little too detailed for perl.beginners, and
> POE isn't used that often anyway.
>
> I'd suggest the mailing list, or one of the other options listed here
>
> http://poe.perl.org/?POE_Support_Resources
>
> in order to find POE experts who could help you diagnose & troubleshoot
> your bottleneck.
This is excellent advice, except that POE is used quite a lot.
--
Rocco Caputo - http://poe.perl.org/
|