On Sat, 2 Oct 1999, Gerd Knops wrote:
>
> Doug MacEachern wrote:
> >
> > I have the feeling IPC::Shareable is no longer supported. have you tried
> > swaping it for IPC::ShareLite?
> >
> I checked CPAN and can't find IPC::ShareLite. Where is it hiding?
right where it should be:
http://www.cpan
Have any of you guys used "Sempaphores" in Perl or MOD_PERL.
Thanks a lot for all the help. I used IPC::Shareable module and it works fine.
Thanks
Mahesh K. Ganesan
Tom Christiansen wrote:
> >> Can you kindly explain the above with an example.
>
> >I've never used IPC::Shareable. "perldoc IPC
Doug MacEachern wrote:
>
> I have the feeling IPC::Shareable is no longer supported. have you tried
> swaping it for IPC::ShareLite?
>
I checked CPAN and can't find IPC::ShareLite. Where is it hiding?
Thanks
Gerd
We successfully installed IPC::Shareable. Do not get the latest version of
IPC::Shareable, get the one before the latest (I do not recall the version).
Also make sure "Storable" module is installed (otherwise IPC::Shareable is not
going to work).
Mahesh K. Ganesan
Doug MacEachern wrote:
> On M