in reply to Perl threads memory leak with socket and solutions I tried...
Where does SOCKETSVR::Server come from?
And what does it do that this doesn't?
my $server = IO::Socket::INET->new( LocalHost => 'localhost', LocalPort => '5188', Proto => 'tcp', Listen => 5, Reuse => 1, ) or die "Couldn't create listening socket";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl threads memory leak with socket and solutions I tried...
by ilxl (Initiate) on Feb 10, 2010 at 02:16 UTC | |
by BrowserUk (Patriarch) on Feb 10, 2010 at 02:17 UTC | |
by ilxl (Initiate) on Feb 10, 2010 at 02:47 UTC | |
by BrowserUk (Patriarch) on Feb 10, 2010 at 03:24 UTC |