Re: [Zope] killing off individual Zope session

2005-12-05 Thread Chris Withers

Dennis Allison wrote:

We just had an example of a run away process with one of our authenticated
users.


What do you mean by this? If it's something to do with a relational 
database, you might be able to do something there...



I would have liked to kill off the user's processing while leaving all the
other users running.  


As Tres pointed out, can't really be done. Restarting Zope will do it...

Chris

--
Simplistix - Content Management, Zope  Python Consulting
   - http://www.simplistix.co.uk

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] killing off individual Zope session

2005-12-03 Thread Dennis Allison

We just had an example of a run away process with one of our authenticated
users.

I would have liked to kill off the user's processing while leaving all the
other users running.  

Any ideas as to how to accomplish this?  I do know
the user's login and password, but little else.  We use the Cookie
Crumbler and a slightly hacked UserFolder for authentication.







-- 

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )