Abstracting access to data is only half of the story....the more challenging
part is race conditions and lock management...

Perrin Harkins wrote:

> Stas Bekman wrote:
> > You cannot do that unless you use IPC, which is usually only useful if
> > he variable is small. DBM file is another solution if you need share a
> > hash variable.
>
> Yes, and if you use the tied interface of MLDM::Sync, it can look just
> like a normal hash, but be shared across all apache children.
>
> > some info is
> > 
>here:http://perl.apache.org/preview/modperl-docs/dst_html/docs/1.0/guide/porting.html#Sharing_variables_between_processes
> >
> >
> > This section needs work. Can anybody help me improve this section?
>
> I'm writing a whole article on this subject for my presentation at TPC.
>   When it's done, I'll contribute it.
>
> - Perrin

--
-------------------------------------------------------------------------
Medi Montaseri                               [EMAIL PROTECTED]
Unix Distributed Systems Engineer            HTTP://www.CyberShell.com
CyberShell Engineering
-------------------------------------------------------------------------



Reply via email to