in reply to Re^2: Should I use threads? Perl/DHCP/Radius
in thread Should I use threads? Perl/DHCP/Radius
loops can get very cumbersome as the complexity of the hash checking increases. Timers and fileevents make things easier. Also, Glib is only a 260k download, less than most of the pictures you download now-a-days. Glib also works on Win32 and Linux type systems. Glib is the basic class of the Firefox browser out there. Are you suggesting Firefox should use while loops instead?while( sleep 1){ do complex hash checking logic }
Maybe you just an old dog, who is averse to learning "new tricks"? :-)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Should I use threads? Perl/DHCP/Radius
by BrowserUk (Patriarch) on Aug 24, 2010 at 12:32 UTC | |
by zentara (Cardinal) on Aug 24, 2010 at 12:36 UTC |