You might want to search the cp list archives. I believe I've seen this discussed recently.
http://groups.google.com/group/cherrypy-users Kevin On 1/18/06, Jeremy Jones <[EMAIL PROTECTED]> wrote: > > I'm running TG under fastcgi using file storage for sessions and am > getting this error pretty frequently: > > > 2006/01/18 10:23:36 INFO Traceback (most recent call last): > File > "/home/.deneuve/ppprints/lib/lib/python2.4/site-packages/CherryPy-2.1.1-py2.4.egg/cherrypy/_cphttptools.py", > line 265, in run > applyFilters('beforeRequestBody') > File > "/home/.deneuve/ppprints/lib/lib/python2.4/site-packages/CherryPy-2.1.1-py2.4.egg/cherrypy/_cphttptools.py", > line 641, in applyFilters > method() > File > "/home/.deneuve/ppprints/lib/lib/python2.4/site-packages/CherryPy-2.1.1-py2.4.egg/cherrypy/lib/filter/sessionfilter.py", > line 131, in beforeRequestBody > sess.sessionStorage.cleanUp() > File > "/home/.deneuve/ppprints/lib/lib/python2.4/site-packages/CherryPy-2.1.1-py2.4.egg/cherrypy/lib/filter/sessionfilter.py", > line 316, in cleanUp > self._lockFile(lockFilePath) > File > "/home/.deneuve/ppprints/lib/lib/python2.4/site-packages/CherryPy-2.1.1-py2.4.egg/cherrypy/lib/filter/sessionfilter.py", > line 345, in _lockFile > raise SessionDeadlockError() > SessionDeadlockError > > > This message may be better placed on the CherryPy list, but I decided to > ask here first if anyone had seen anything similar. > > - jmj > -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

