I've a forking server in perl...now having some fun breaking it >;)
however...the server easilly falls prey to denial of service attacks. I
tried a scheme with catching alarm but I hear alarm is busted on Solaris.
Any advice (besides getting rid of Solaris)??? Also, does POSIX::setsid
work??? The man pages on it are teensie-tiny.
#!/usr/bin/perl
# Chad.pm -
package Chad;
my $ref = {
name => 'Chad Alan Billigmeier',
title => 'Software Developer',
company => 'Engage | ER Group',
email => '[EMAIL PROTECTED]',
phone => '978-247-5719',
fax => '978.684.3112',
}
1;