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.28 by root, Fri May 30 21:34:52 2008 UTC vs.
Revision 1.29 by root, Sat May 31 12:10:55 2008 UTC

36use base 'Exporter'; 36use base 'Exporter';
37 37
38our @EXPORT = qw(gethostbyname gethostbyaddr); 38our @EXPORT = qw(gethostbyname gethostbyaddr);
39our @EXPORT_OK = qw(inet_aton fork_eval); 39our @EXPORT_OK = qw(inet_aton fork_eval);
40 40
41our $VERSION = 4.741; 41our $VERSION = 4.742;
42 42
43our $MAXPARALLEL = 16; # max. number of parallel jobs 43our $MAXPARALLEL = 16; # max. number of parallel jobs
44 44
45my $jobs = new Coro::Semaphore $MAXPARALLEL; 45my $jobs = new Coro::Semaphore $MAXPARALLEL;
46 46

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines