http://qs1969.pair.com?node_id=659588

webfreakin has asked for the wisdom of the Perl Monks concerning the following question:

Dear Monks, I need to write a heavy duty UDP listener / server that is capable of listening to 1000's of UDP clients. Each client will send a 128 bytes data packets every few seconds and all of these need to be received on the UDP listener / server. I would like to what is my best approach? What modules from CPAN to use? Any help would be appreciated. Thanks, Ragger