Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Re: Re: Re: Re: Communication between seperate scripts

by flyingmoose (Priest)
on Apr 06, 2004 at 17:06 UTC ( [id://343020]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Re: Re: Communication between seperate scripts
in thread Communication between seperate scripts

Anyway, if you are writing a local socket application, then you would not have this problem, since it wouldn't have any IE dependancy. I tend to use local sockets and network oriented design techniques for IPC because they transition cleanly to networked applications when the need arises. Also they are very portable, as compared to something like memory mapped files, which are a Linux/Unix thing. Another option (maybe, depending on how you like the complexity, might be POE)

One thing you have to watch for (not in this case I'm sure), though is whether a user running an application on the same machine (i.e. Linux remote users and/or Windows terminal server) can't play with the app. Local sockets bridge user boundaries, and hence can be dangerous if you don't build in the right protocols.

Nice SG1 quote by the way, but IMHO nothing can beat Tealc's "Untamed equines couldn't drag me away..."

  • Comment on Re: Re: Re: Re: Re: Communication between seperate scripts

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2024-04-25 11:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found