ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Coro/Util.pm
(Generate patch)

Comparing Coro/Coro/Util.pm (file contents):
Revision 1.82 by root, Mon Oct 8 23:16:15 2012 UTC vs.
Revision 1.83 by root, Fri Dec 7 22:37:24 2012 UTC

39use base 'Exporter'; 39use base 'Exporter';
40 40
41our @EXPORT = qw(gethostbyname gethostbyaddr); 41our @EXPORT = qw(gethostbyname gethostbyaddr);
42our @EXPORT_OK = qw(inet_aton fork_eval); 42our @EXPORT_OK = qw(inet_aton fork_eval);
43 43
44our $VERSION = "6.10"; 44our $VERSION = 6.23;
45 45
46our $MAXPARALLEL = 16; # max. number of parallel jobs 46our $MAXPARALLEL = 16; # max. number of parallel jobs
47 47
48my $jobs = new Coro::Semaphore $MAXPARALLEL; 48my $jobs = new Coro::Semaphore $MAXPARALLEL;
49 49

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines