|
|
| Don't ask to ask, just ask | |
| PerlMonks |
Re: Efficient non-blocking UDP serverby RMGir (Parson) |
| on Mar 19, 2004 at 21:36 UTC ( #338182=note: print w/ replies, xml ) | Need Help?? |
|
Server? From your description, you are planning on being the recipient of the UDP messages, right? That strikes me as making you the client. In any case, I'm not sure you're going to be able to do a GUI and process 100's of packets per second in perl, with an interpretation step to do the dispatch. The easiest way to try, though, might be to look at POE's UDP sample, and POE/Tk or POE/Gtk for the GUI aspects. Mike
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||