I missed something..
use Socket;
> $port = "4000";
> $host = "localhost";
> $this = sockaddr_in($port,inet_aton($host));
> for (0..30) {
> if (!fork()) {
> for (0..50) {
> my $sock;
> socket ($sock, AF_INET, SOCK_STREAM, getprotobyname('TCP'));
> connect($sock,$this);
> }
> sleep;
> }
> }
> sleep;- RE: NULL_FILE Chad Simmons
- Re: NULL_FILE the_sage2000
- RE: NULL_FILE Jason Gauthier
- Re: NULL_FILE Mike Barton
- Re: NULL_FILE the_sage2000
- RE: NULL_FILE Jason Gauthier
- RE: NULL_FILE Jason Gauthier
- Re: NULL_FILE brian moore
- RE: NULL_FILE Jef Waite
- Re: NULL_FILE Mike Barton
- Re: NULL_FILE Mike Barton
- RE: NULL_FILE Chad Simmons
- RE: NULL_FILE Chad Simmons
- RE: NULL_FILE Dwight Campbell
- Re: NULL_FILE Tony Hoyt
- RE: NULL_FILE Jason Gauthier
- RE: NULL_FILE Dwight Campbell
- Re: NULL_FILE the_sage2000
- Re: NULL_FILE Jef Waite
- Re: NULL_FILE Mike Barton
- RE: NULL_FILE Jason Gauthier

