in reply to Why are people not using POE?
Frankly, though I think POE looks very good, I feel it's an overkill for a lot of tasks. There's something unique about Perl programmers - we want to get the job done. Perl makes it possible for most cases without using heavy and complex frameworks.
That said, I do appreciate POE's architecture, and I'll probably give it a shot for the next multi-tasking Perl app I write. For now, I managed to write a non-trivial application using the threads module, and that worked very well.
|
|---|