Re: IPC::ShareLite? [was Re: MOD_PERL question]

1999-10-06 Thread Doug MacEachern
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

Re: MOD_PERL question

1999-10-04 Thread Mahesh Ganesan
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

IPC::ShareLite? [was Re: MOD_PERL question]

1999-10-02 Thread Gerd Knops
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

Re: MOD_PERL question

1999-10-02 Thread Mahesh Ganesan
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