in reply to Re: UDP server in POE
in thread UDP server in POE

Thanks for the help!

Edit: having seen the example in the cookbook, I understand why there is no such thing as POE::Component::Server::UDP. I'll have to see if using POE::Wheel::UDP gives me more flexibility or not, as my app will have to be switchable between TCP (which it does already) and UDP.