Hi all, I've been trying to use memcache as a session store using the deployment recipe found here: http://web2py.com/books/default/chapter/29/13#Sessions-in-memcache
All seemed to work fine, however upon further inspection it looks as though the number of current connections kept growing asymptotically. I took a quick look at gluon.contrib.memcache and found what seems to be an incorrect reference to __mc_instance which should be __memcache_client. Associated pull request for it is here: https://github.com/web2py/web2py/pull/121 However, even with this fix the number of connections seems to grow asymptotically until uwsgi dies out. Have others been able to use memcache as a session store reliably in production? Any thoughts and suggestions here would be much appreciated. Thanks, Aurelio -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

