From d4b669902ec4d585bbcfbc07e3577c7a23fe5dbb Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Fri, 26 Jun 2009 22:36:46 -0700 Subject: [PATCH] Described changes to httpd, saranwrap, db_pool --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index ceb8d5b..368f79b 100644 --- a/NEWS +++ b/NEWS @@ -45,6 +45,12 @@ The following classes are still present but will be removed in the future versio - channel.channel (use coros.Channel) - coros.CoroutinePool (use pool.Pool) +saranwrap.py now correctly closes the child process when the referring object is deleted, received some fixes to its detection of child process death, now correctly deals with the in keyword, and it is now possible to use coroutines in a non-blocking fashion in the child process. + +Time-based expiry added to db_pool. This adds the ability to expire connections both by idleness and also by total time open. There is also a connection timeout option. + +A small bug in httpd's error method was fixed. + Python 2.3 is no longer supported. A number of tests was added along with a script to run all of them for all the configurations.