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

Somewhat dated, but a good in-depth discussion on Windows MMF can be found here: might come useful should you like to try and add Win98 support to Win32::MMF yourself (not everything can be done, but MMF existed already in Win3.11 IIRC). That will require some 'dirty' work with XS and C, but the module author would probably be willing to help.
If I were to do it (given my ability with XS) I'd take the local networking path. All you need for the server program is a port to network repeater: It could even be done in a single thread, given that both processes should complete pretty fast.
Hope that's enough to get you started,
Ant9000
  • Comment on Re: Re: Re: Communication between seperate scripts

Replies are listed 'Best First'.
Re: Re: Re: Re: Communication between seperate scripts
by Jouke (Curate) on Apr 07, 2004 at 05:21 UTC
    I think adding Win98 support to that is indeed a lot of dirty work and I don't know if it's worth the effort. Currently I'm looking at two possibilities: local networking and creating an ActiveX control (using PerlCtrl) that emulates OLE events.
    by the way: the author of Device::ParallelPort asked me how to get Win32 support for his module and got my code, based upon jcwren's code... :)


    Jouke Visser, Perl 'Adept'
    Using Perl to help the disabled: pVoice and pStory