RE: Building Network Redundancy into a Perl Client

2004-12-06 Thread Jim
> -Original Message- > From: Joshua Berry [mailto:[EMAIL PROTECTED] > Sent: Monday, December 06, 2004 10:01 AM > To: Jim > Cc: [EMAIL PROTECTED] > Subject: RE: Building Network Redundancy into a Perl Client > > I don't think that it is possible to do with

Re: [Released] [Contains offensive content] RE: Building Network Redundancy into a Perl Client

2004-12-06 Thread Jonathan Paton
Dear Graeme, The problem is with your employers filtering software, as the copy of the same message I received was unaltered. Perl beginners is not the place to ask about this. Jonathan Paton -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [Released] [Contains offensive content] RE: Building Network Redundancy into a Perl Client

2004-12-06 Thread Chris Devers
On Mon, 6 Dec 2004, Graeme St. Clair wrote: > Does anyone know why or where the phrase [Contains o f f e n s i v e > content] is being inserted into these headers? I wouldn't care, > except my employer's spam filter is holding them up for whatever > reason, as it might be, use of the said phra

RE: [Released] [Contains offensive content] RE: Building Network Redundancy into a Perl Client

2004-12-06 Thread Graeme St. Clair
- From: Joshua Berry [mailto:[EMAIL PROTECTED] Sent: Monday, December 06, 2004 10:01 AM To: Jim Cc: [EMAIL PROTECTED] Subject: [Released] [Contains offensive content] RE: Building Network Redundancy into a Perl Client I don't think that it is possible to do within perl so I had to enable these o

RE: Building Network Redundancy into a Perl Client

2004-12-06 Thread Joshua Berry
To: Joshua Berry Cc: [EMAIL PROTECTED] Subject: RE: Building Network Redundancy into a Perl Client > 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

Re: Building Network Redundancy into a Perl Client

2004-12-05 Thread Randal L. Schwartz
> "Joshua" == Joshua Berry <[EMAIL PROTECTED]> writes: Joshua> I am trying to implement redundancy in a client application that I am Joshua> writing so that I can have a primary server and a backup server. Look at POE. poe.perl.org. -- Randal L. Schwartz - Stonehenge Consulting Services, I

RE: Building Network Redundancy into a Perl Client

2004-12-04 Thread Jim
> 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 e

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