Shared cache with IPC::Shareable

2001-09-19 Thread Mark Maunder
Hi all, I'm sharing memory between httpd processes using IPC::Shareable. It is working but seems to behave inconsistently (memory is often not being freed etc..). I'm using it for creating common cached areas for file and database contents shared between httpd children. Is there a better way to

Re: Shared cache with IPC::Shareable

2001-09-19 Thread Olivier Poitrey
/ -- ___ O l i v i e rP o i t r e y USA disaster support http://www.osdn.com/911.shtml - Original Message - From: Mark Maunder [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 19, 2001 5:21 PM Subject: Shared cache with IPC::Shareable Hi all, I'm

Re: Shared cache with IPC::Shareable

2001-09-19 Thread Perrin Harkins
I'm sharing memory between httpd processes using IPC::Shareable. It is working but seems to behave inconsistently (memory is often not being freed etc..). I'm using it for creating common cached areas for file and database contents shared between httpd children. Is there a better way to do