in reply to Multi Threading help
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.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Multi Threading help
by drip (Beadle) on Feb 29, 2008 at 02:17 UTC | |
by Anonymous Monk on Feb 29, 2008 at 14:40 UTC |