http://qs321.pair.com?node_id=329519


in reply to •Re: Checking whether or not IO::Socket::accept will block
in thread Checking whether or not IO::Socket::accept will block

I'm probably just a little slow, but it took me a while to pick up on POE. I do like POE, but for simple projects that need a bit of multiplexed, non-blocking IO, I'd just use IO::Poll or IO::Select (which POE will probably optimize to internally).

That said, I love abstraction, and POE has some good abstractions in my book. It just depends on your task.

-- dug