RE: Building Network Redundancy into a Perl Client

2004-12-06 Thread Joshua Berry
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

Building Network Redundancy into a Perl Client

2004-12-02 Thread Joshua Berry
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

RE: Source Code Audit

2004-12-01 Thread Joshua Berry
, 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

Source Code Audit

2004-12-01 Thread Joshua Berry
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 --

Signal Handler for Out of Memory Problem

2004-11-29 Thread Joshua Berry
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