in reply to Communication between processes

Hi,

Check out IPC::Shareable, which allows you to share variables using shared memory. That is if the client is running on the same machine as the server. Very simple to use

Jason L. Froebe

Team Sybase member

No one has seen what you have seen, and until that happens, we're all going to think that you're nuts. - Jack O'Neil, Stargate SG-1

Replies are listed 'Best First'.
Re^2: Communication between processes
by TheMarty (Acolyte) on Nov 05, 2004 at 15:47 UTC
    IPC::Shareable looks good, but I can't find version for Windows (it need SysV module, and that one uses binary library - in case of Windows DLL :-( Theoretically it should be inlcuded in Perl 5.8.5. I'm using ActiveState, but the version is 5.8.4, and there is no SysV lib at all :-( Where can i find it? (Compilation is not possible, I do not have any c compiler on my PC).