in reply to
Re^2: what else from port ?
in thread what else from port ?
Windows supports a wealth of IPC mechanisms:
However, IFAIK, only a few of those are available from Perl. And some of those are via not well tested modules (eg. Win32::Pipe).
To decide which is appropriate for each particular application, you have to understand the pros & cons of each mechanism. To get advise, you need to supply specific details of each application.
You can start your investigations here.
| Comment on Re^3: what else from port ? | |
|---|---|
| Re^4: what else from port ? by exilepanda (Scribe) on Jul 18, 2012 at 01:27 UTC |