summaryrefslogtreecommitdiff
path: root/flup/server/threadpool.py
Commit message (Expand)AuthorAgeFilesLines
* Be sure thread is imported since we reference thread.error.Allan Saddi2010-05-251-0/+1
* A fix to the previous memory leak fix.Allan Saddi2010-02-161-1/+1
* Fix memory leak in threadpool.Allan Saddi2010-02-121-0/+1
* Exit gracefully if a thread cannot be started when adding a new job. #42Allan Saddi2009-10-271-1/+4
* Use old API for daemon flag, for compatibility with Python < 2.6.Allan Saddi2009-05-291-1/+1
* Ensure ThreadPool threads are daemon threads.Allan Saddi2009-05-291-0/+1
* Let all the active requests to finish before quittingAnand Chitipothu2009-05-291-27/+50
* Prevent ThreadPool inconsistences if an exception is actually raised.Allan Saddi2007-07-141-1/+6
* Forgot to set svn:keywords.Allan Saddi2005-04-151-0/+3
* flup package, first cut.Allan Saddi2005-04-151-0/+113