RE: Passing Data Between Servers

From: David Le Blanc (david.leblanc_at_identity-solutions.com.au)
Date: 03/05/04


Date: Fri, 5 Mar 2004 19:59:20 +1100
To: "perl" <beginners@perl.org>


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 david.leblanc@identity-solutions.com.au
 

> -----Original Message-----
> From: Paul Kraus [mailto:pkraus@pelsupply.com]
> 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: beginners-unsubscribe@perl.org
> For additional commands, e-mail: beginners-help@perl.org
> <http://learn.perl.org/> <http://learn.perl.org/first-response>
>
>
>



Relevant Pages

  • Re: connect to a remote Postgresql server using DBI
    ... else) to execute queries on the remote database. ... perl script to execute queries on the remote server? ... > See the bottom of this page for client installation ...
    (perl.dbi.users)
  • Re: LDAP in SBS 2003?
    ... With that perl script, I can add any formatting the program requires or whatever. ... The point is the script generates the list and the connection to update the necessary server is OUTGOING, ... I either maintain a separate list of email addresses on the outside server, or I set up the outside server to perform LDAP queries on the SBS box. ...
    (microsoft.public.windows.server.sbs)
  • Shhh! Psst! In need of a P..l script
    ... using Tcl's http package ... Isn't Tcl - together with the Wiki - just great? ... Of course I need to run this on my real server - and I won't ... and a Perl script would - in all probability - just work. ...
    (comp.lang.tcl)
  • RE: What is wrong with this script ??
    ... Depending on your server the error could be that the group doesn't exist i.e. on unix you would need to add the groups to /etc/group first. ... I have written a small perl script to create their home directories in the cluster server. ... everything worked fine except for the reason that, it shows up error message indicating that the following messages for example: ... This e-mail may contain confidential information. ...
    (perl.beginners)
  • Email server timing out in email script
    ... I have a perl script running on machine A, ... The email is sent by machine B which is the email server for the domain. ... more than 80 seconds to run, and most of that is timeout. ... Following is the closure part of the log. ...
    (comp.lang.perl)