Here's a partial implementation of memcache sessions by Darrin at Catalyst Australia. This is just the session.php code switched to use memcache instead of file; a full implementation will require an admin interface (or at least a $cfg variable) to let the user switch between them.
** Attachment added: "htdocs/user/session.php hacked for memcache" https://bugs.launchpad.net/mahara/+bug/785469/+attachment/3633337/+files/session.php -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contrib members https://bugs.launchpad.net/bugs/785469 Title: Support for storing sessions in memcache/redis Status in Mahara ePortfolio: Triaged Bug description: On a busy cluster, storing sessions on an NFS mount creates lot of contention on the locks. A better solution would be to store sessions in memcache or redis. To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/785469/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

