in reply to Remote Monitoring using multi-threading

You'd be better off using POE as using threads within Perl is a bit funky.

Funky in the sense that the current thread model used within Perl (not referring to Perl 6 btw) doesn't always behave the way you would expect if coming from say Java, C++ or .Net. It is unique... not that that is a bad thing, just an fyi

Jason L. Froebe

Blog, Tech Blog

  • Comment on Re: Remote Monitoring using multi-threading