Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: How to use perl objects located on another machine?

by dhable (Monk)
on Feb 13, 2002 at 18:30 UTC ( [id://145240]=note: print w/replies, xml ) Need Help??


in reply to How to use perl objects located on another machine?

In addition to SOAP and RPC, you could always use CORBA to run the object on the other machine. Check out the ORB package for more details. Given the complexity of CORBA, I would tend to avoid it unless it's a company standard or you have CORBA resources in house.
  • Comment on Re: How to use perl objects located on another machine?

Replies are listed 'Best First'.
Re: Re: How to use perl objects located on another machine?
by djantzen (Priest) on Feb 13, 2002 at 19:39 UTC

    I've had good success with the COPE language binding, however you'll still need an ORB to go with it, for instance ORBacus, which is free for non-commercial use, but requires a license for use in a business. I'd say use CORBA if you require a significant amount of interaction with the remote object. That is, if you're doing more than just firing it up and letting it go. CORBA is much too heavyweight otherwise.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://145240]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (6)
As of 2024-04-23 13:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found