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.1 by root, Sat Jul 28 01:41:58 2001 UTC vs.
Revision 1.2 by root, Sat Aug 11 00:37:32 2001 UTC

26 26
27@EXPORT = qw( 27@EXPORT = qw(
28 gethostbyname gethostbyaddr 28 gethostbyname gethostbyaddr
29); 29);
30 30
31$VERSION = 0.13; 31$VERSION = 0.45;
32 32
33$MAXPARALLEL = 16; # max. number of parallel jobs 33$MAXPARALLEL = 16; # max. number of parallel jobs
34 34
35my $jobs = new Coro::Semaphore $MAXPARALLEL; 35my $jobs = new Coro::Semaphore $MAXPARALLEL;
36 36

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines