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.42 by root, Thu Nov 13 17:32:01 2008 UTC vs.
Revision 1.43 by root, Fri Nov 14 02:42:26 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.912; 41our $VERSION = 5.0;
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