|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
Comment on |
| ( #3333=superdoc: print w/ replies, xml ) | Need Help?? |
|
Piggybacking on sundialsvc4's comment:
DHCP is a UDP based protocol. As such, its not really neccesary to open 1000 socket connections. Just fire off as many UDP packets as you can from N threads/processes, where N << 1000. But be prepared to lose a few packets... regardless which solution which choose. Perl Contrarian & SQL fanboy In reply to Re: Multi Threading help
by renodino
|
|