![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Re: UDP server with IO::Socket::INETby bot403 (Beadle) |
on Mar 03, 2010 at 17:33 UTC ( #826468=note: print w/replies, xml ) | Need Help?? |
This looks like it would benefit from The Spread Toolkit and its associated perl bindings rather than rolling your own solution. Its very lightweight and pretty easy to setup and use. Basically you can set up a message group that the server and clients join. The clients would just listen for messages they are interested in and the server can broadcast as many messages as it wants wether there are listeners or not. The spread deamon will take care of all the hard work for you.
In Section
Seekers of Perl Wisdom
|
|