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

Comparing Coro/Event/Util.pm (file contents):
Revision 1.19 by root, Sat Aug 20 01:09:19 2005 UTC vs.
Revision 1.20 by root, Tue Aug 30 21:32:17 2005 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines