Re: How does POE speed up operation in reality?
"Roy M." <[email protected]>
| Newsgroups | gmane.comp.lang.perl.poe |
|---|---|
| Message-ID | <[email protected]> |
hello, On Sun, May 3, 2009 at 2:02 PM, Rocco Caputo <[email protected]> wrote: > You should consult the component's > author directly if he doesn't respond on the mailing list. > you are right, I will send to author off the list then. > I don't understand the question. Do you mean to imply that an event-driven > program cannot consume data from multiple producers? > I think at least if you want to access blocking method in the main event loop, then thread is needed. e.g. in python twisted, they have threadpool http://twistedmatrix.com/projects/core/documentation/howto/threading.html Just wonder if have the same thing in POE.