On 22 Nov 2011, at 09:26, Oğuzhan TOPGÜL wrote:

> Hi guys, I'm trying to learn shared memory and mutex concepts and i need an
> example shared memory apache module code that was written in c.

If you're planning to write a module, bear in mind that apache now provides
easy-to-use higher-level abstractions for shared memory.  Older modules
had to work much harder to do the same thing, so looking at them may not
be your best approach.

-- 
Nick Kew

Reply via email to