I don't think that it is possible to do within perl so I had to enable
these options:
echo 1 >> /proc/sys/net/ipv4/tcp_tw_reuse
echo 1 >> /proc/sys/net/ipv4/tcp_tw_recycle
-Original Message-
From: Jim [mailto:[EMAIL PROTECTED]
Sent: Saturday, December 04, 2004 8:27 PM
I am trying to implement redundancy in a client application that I am
writing so that I can have a primary server and a backup server. The
client is tailing a logfile and sends results to a server for
processing, at the end of the tail loop it sends data to a function that
tries to establish a con
, 2004 4:08 PM
To: Joshua Berry; [EMAIL PROTECTED]
Subject: RE: Source Code Audit
Joshua Berry wrote:
> Does anyone know somebody or some company that does Perl source code
> auditing?
I don't know personally. Perhaps you can get help here...
> I have written a Perl Server application t
Does anyone know somebody or some company that does Perl source code
auditing? I have written a Perl Server application that is leaking
memory and cannot find the leak.
Thanks,
Josh Berry | CISSP GCIA
Information Security
214-765-1296
--
I have written a program that appears to have a memory leak or is using
a module with a memory leak. Eventually the system runs out of memory
and dies. I need to write a signal handler that intercepts the signal
that stops the program and flushes everything in use to free up memory.
Does anyone k