RE: Passing Data Between Servers

2004-03-05 Thread David le Blanc
: Passing Data Between Servers I have a sco server which I hate to work on and I do not have full admin rights to. (We don't own it). I would like to be able to take any data that is sent to a perl script and then just send out to another perl script that would be waiting

Re: Passing Data Between Servers

2004-03-05 Thread WC -Sx- Jones
S o l u t i o n s Level 1, 369 Camberwell Road, Melbourne, Vic 3124 Ph 03 9813 1388 Fax 03 9813 1688 Mobile 0417 595 550 Email [EMAIL PROTECTED] -Original Message- From: Paul Kraus [mailto:[EMAIL PROTECTED] Sent: Friday, 5 March 2004 7:38 AM To: 'perl' Subject: Passing Data Between

RE: Passing Data Between Servers

2004-03-05 Thread NYIMI Jose (BMB)
. -Original Message- From: David le Blanc [mailto:[EMAIL PROTECTED] Sent: Friday, March 05, 2004 9:59 AM To: perl Subject: RE: Passing Data Between Servers Aha! I always wanted to rewrite MQSeries. This might be the opportunity! Do you want to use TCP SOCKETS, or can you 'email' the data

RE: Passing Data Between Servers

2004-03-05 Thread David le Blanc
-Original Message- From: WC -Sx- Jones [mailto:[EMAIL PROTECTED] Sent: Friday, 5 March 2004 8:19 PM To: perl Subject: Re: Passing Data Between Servers David le Blanc wrote: Aha! I always wanted to rewrite MQSeries. This might be the opportunity! Do you want

Re: Passing Data Between Servers

2004-03-05 Thread R. Joseph Newton
David le Blanc wrote: [snip--lots and lots of old stuff] I vote for e-mail and less top-posting =) [snip--more old stuff not being replied to] Sorry about the top posting :) It also helps keep focus if we remove material not related to the reply before sending Joseph -- To

Passing Data Between Servers

2004-03-04 Thread Paul Kraus
I have a sco server which I hate to work on and I do not have full admin rights to. (We don't own it). I would like to be able to take any data that is sent to a perl script and then just send out to another perl script that would be waiting to accept it. Then based on the contents of

Re: Passing Data Between Servers

2004-03-04 Thread Tim
At 03:37 PM 3/4/04 -0500, you wrote: I have a sco server which I hate to work on and I do not have full admin rights to. (We don't own it). I would like to be able to take any data that is sent to a perl script and then just send out to another perl script that would be waiting to accept it.

Re: Passing Data Between Servers

2004-03-04 Thread wolf blaum
On Thursday 04 March 2004 22:26, Tim generously enriched virtual reallity by making up this one: Paul, Network Programming with Perl by Stein is a good place to start. It discusses forking children, blocking and non-blocking I/O, among others, which will be considerations you'll want to