| Summary | memcache broken for oversized items |
| Queue | Horde Framework Packages |
| Queue Version | HEAD |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | slusarz (at) horde (dot) org |
| Requester | adrieder (at) sbox (dot) tugraz (dot) at |
| Created | 10/04/2007 (6611 days ago) |
| Due | 10/05/2007 (6610 days ago) |
| Updated | 10/17/2007 (6598 days ago) |
| Assigned | 10/04/2007 (6611 days ago) |
| Resolved | 10/17/2007 (6598 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
lookup table.
or not preserving the os_keys.
If I write the horde_memcache_os each time _setOSKey() is called
everything seams to be fine.
shutdown function is not always called, could it be that an exit()
call somewhere prevents it form being called?
http://lists.horde.org/archives/cvs/Week-of-Mon-20071001/071161.html
or not preserving the os_keys.
If I write the horde_memcache_os each time _setOSKey() is called
everything seams to be fine.
http://lists.horde.org/archives/cvs/Week-of-Mon-20071001/071161.html
State ⇒ Feedback
http://lists.horde.org/archives/cvs/Week-of-Mon-20071001/071160.html
State ⇒ Assigned
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ memcache broken for oversized items
Due ⇒ 10/05/2007
Queue ⇒ Horde Framework Packages
New Attachment: Memcache.php.patch
State ⇒ Unconfirmed
The worst case is when the user session gets oversized, then the user
gets logged out with any click. This happens when a user has 4k of
messages in his Inbox. I think it is partly related to bugs that I
tried to fix in the attached patch, and partly to the not correctly
working shutdown function (it doesn't seem to be called whenever
necessary). When I disable the register_shutdown_function users with
an oversized will not be kicked out (with th patch applied).