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.21 by root, Tue Nov 29 12:36:18 2005 UTC vs.
Revision 1.22 by root, Mon Dec 12 17:49:07 2005 UTC

28 28
29@EXPORT = qw( 29@EXPORT = qw(
30 gethostbyname gethostbyaddr 30 gethostbyname gethostbyaddr
31); 31);
32 32
33$VERSION = 1.5; 33$VERSION = 1.51;
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