[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [Phpgroupware-developers] shared memory (was documentation)
From: |
Kai Hofmann |
Subject: |
RE: [Phpgroupware-developers] shared memory (was documentation) |
Date: |
Thu, 18 Nov 2004 14:11:22 +0100 |
> How can one assure that the shared memory block is deleted
> (shmop_delete) if
> the user just quits without logging off ? (the memory
> consumption would pile
> up?)
via the session time out?
running a cron job that checks for old sessions in the database and removes
them.
But the kind of shared memory I have in mind is for the translations, so it
must
never be deleted, 'cause it should be available for all users ;-)
Greetings
Kai