"Alexander Farber (EED)" wrote:
> 
> "David M. Davisson" wrote:
> > Yes, it works fine.  No mods.
> 
> > From: "David Jourard" <[EMAIL PROTECTED]>
> > > Has anyone worked with the LWP module under mod_perl and have they found
> > > that it works with no modification.
> 
> I would like to ask the same question about IPC::Shareable.
> 
> Is anybody successfully using it under Solaris or OpenBSD?
> "make test" hangs for me on these platforms and the module
> author is unreachable :-(
> 
> http://vorpal.mcs.drexel.edu/bsd-ports/helix/shared-memory.html
> doesn't seem to help on OpenBSD (increasing SHMMAXPGS up to 4096)
> 
> If not IPC::Shareable, what module do you use for fast
> communication between Apache-children?

IPC::ShareLite is writen in C (and hence faster (arguably)), but it does
not serial data structures, so either Freeze / Thaw or DataDumper are
you friends here.

I've seen IPC::Sharable working ok on Solaris 2.6 but cannot offer any
guideance as to why it may not work.

Greg

Reply via email to