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.17 by root, Tue Feb 22 19:51:58 2005 UTC vs.
Revision 1.18 by root, Thu Mar 3 17:20:31 2005 UTC

28 28
29@EXPORT = qw( 29@EXPORT = qw(
30 gethostbyname gethostbyaddr 30 gethostbyname gethostbyaddr
31); 31);
32 32
33$VERSION = 1.1; 33$VERSION = 1.11;
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
83 83
841; 841;
85 85
86=head1 AUTHOR 86=head1 AUTHOR
87 87
88 Marc Lehmann <pcg@goof.com> 88 Marc Lehmann <schmorp@schmorp.de>
89 http://home.schmorp.de/ 89 http://home.schmorp.de/
90 90
91=cut 91=cut
92 92

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines