in reply to Re: Processing a set of resources with a pool of forked children
in thread Processing a set of resources with a pool of forked children
foreach my $rh (sort { fileno $a <=> fileno $b } $rset->can_read) {
Why sort the ready handles by fileno?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Processing a set of resources with a pool of forked children
by shmem (Chancellor) on Feb 01, 2014 at 22:17 UTC |