in reply to Real-time socket data processing

You will find POE very helpful.
It may be confusing at start but it will save you a lot of time once you get the hang of it.

I have used POE::Component:SNMP for a few projects before along with POE::Component::Client::TCP, POE::Wheel::SocketFactory and POE::Wheel::ReadWrite.

Good luck!

Replies are listed 'Best First'.
Re^2: Real-time socket data processing
by psyk0tic (Novice) on Jun 29, 2010 at 11:32 UTC

    I'm sending the traps using the Solaris 'snmptrap' command, it saves a lot of work!

    I've never heared of this POE... Could indeed be useful in the future. Thanks for the tip!

    John