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
to the other server?

I ask, because TCP-SOCKETS depend on evrything being available
at the time you want it, and you have to handle your own 
connection problems manually.  If you can email the data, you
have a proven delivery mechanism to base the rest of your code
on.

Then your server code is run by placing '|myperlcode -w' into 
a '.forward' files.
 

Regards,

David le Blanc

--              
Senior Technical Specialist             
I d e n t i t y   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 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 to accept
> > it.
> > 
> > Then based on the contents of input lunch another perl 
> script and send in
> > the data.
> > 
> > I know this is vague but I will give you a for instance.
> > 
> > Are archaic software is going to print an order out to a 
> text file that is
> > piped rather then written to a perl script. I want that the 
> script to then
> > send it to my linux server (Maybe with a daemon or 
> something just waiting
> > for input) which then would see it read the first line 
> which tell it that
> > hey we need to parse this data into this postscript 
> template and then send
> > it off using sendfax(Hylafax). That parsing and send would 
> be its own
> > script.
> > 
> > The linux server would need to be able to accept more then 
> 1 "transaction"
> > at a time.
> > 
> > Any help would be greatly appreciated.
> > 
> > TIA,
> > 
> >  Paul Kraus
> >  -----------------------
> >  PEL Supply Company
> >  Network Administrator
> >  -----------------------
> >  800 321-1264 Toll Free
> >  216 267-5775 Voice
> >  216 267-6176 Fax
> >  www.pelsupply.com
> >  -----------------------
> 
> 
> 
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> <http://learn.perl.org/> <http://learn.perl.org/first-response>
> 
> 
> 

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to