in reply to Re^7: Should I use threads? Perl/DHCP/Radius
in thread Should I use threads? Perl/DHCP/Radius

Actually BrowserUk was suggesting threads so that he could avoid those deeply nested loops, synchronization, etc. Each thread can do it's job independently of the others. The main thread would have nothing to do except look for work and spawn new threads as required, and (if required) monitor the currently-existing threads.

...roboticus

  • Comment on Re^8: Should I use threads? Perl/DHCP/Radius

Replies are listed 'Best First'.
Re^9: Should I use threads? Perl/DHCP/Radius
by zentara (Cardinal) on Aug 25, 2010 at 15:20 UTC