On Thu, Jul 21, 2011 at 13:25, Zaid Amireh <tum...@gmail.com> wrote:
>
> On Jul 21, 2011, at 1:53 PM, Nick Kew wrote:
>
>>
>> Indirection in shared memory is inherently complex!
>>
>> How near do the socache modules come to meeting your needs?
>
> mod_disk_cache would unfortunately make my code pretty complex and maybe slow 
> as I'm not caching documents but rather tokens and strings.
> mod_mem_cache is a per-process cache which simply doesn't meet the 
> requirements.
>
> I'm open to any wild ideas :)

C++, boost::interprocess, STL-like structures in shared memory?

S

Reply via email to