Hi
I want to use Event.pm to increase performance by doing a parallel-ism
thing. Basically, rather than run through an array member by member,
I'll split- er splice the array into smaller arrays and process the
smaller arrays all at the same time, each with it's own event handler.
Right now I am using the timer flavor to start up several event handlers
that will splice the array then process the bits that are pulled out.
I'm not sure this is the best way to do it.
Any suggestions or pointers? If my description is too generic let me
know and I can add onto it.
Thanks.
--
\js