I can find how to make a multi-threaded tcp server and that is great but I need a multi-threaded udp server. If someone could lead me in the right direction on how to write a mutli-threaded udp server it would be greatly appreciated. I will take any perl code that would help in this project. The purpose of this udp server is going to recevie router netflow data. It needs to be able to handle a pretty good load at certain times so I thought it would be safe to make it multithreaded. Any input on how to build this udp server daemon in perl would be greatly appreciated. Thank you.
thanks you!