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.69 by root, Sat Feb 19 06:51:24 2011 UTC vs.
Revision 1.70 by root, Mon Feb 21 13:38:04 2011 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 = 5.37; 44our $VERSION = 5.371;
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