See perlipc.

Obvious ways are:

        * pipes
        * socket connections (possibly using unix-domain sockets)
        * signals (but these can be messy in Perl)
        * shared database with locking

If one perl program starts another, pipes are a natural.

Non-obvious ways include various RPC schemes, which would work
on top of the above (that is, via sockets or pipes).

The SOAP module, for instance, provides XML RPC.

-- 
Ned Konz
currently: Stanwood, WA
email:     [EMAIL PROTECTED]
homepage:  http://www.bike-nomad.com

---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to