Hi! After adding Database Connection to my folder I found that every time I started Zope the connection opened, so postgres forked. I cannot close the connection - even when I press "Close Database Connection" postmaster stays forked. Only when I shut Zope down postmaster close connection. I am pretty sure it is problem. What if posgres died while Zope is active? Will ZPygresDA restore connection? Who is responsible for the problem - Zope or Adapter? Can I setup a timeout, after which (if there is no activity) Adapter closes connection automatically and restores connection on next access? Oleg. ---- Oleg Broytmann http://members.xoom.com/phd2/ phd2@earthling.net Programmers don't die, they just GOSUB without RETURN.