Mercurial > summit-idp
log summitidp/easy.py @ 77:bd006fdd172f default tip
age | author | description |
---|---|---|
Fri, 02 Jul 2010 18:33:32 -0400 | Atul Varma | removed cachedfilestorage from easy, since it makes wsgi configs w/ multiple processes fail. default tip |
Tue, 29 Jun 2010 22:28:06 -0700 | Atul Varma | added CachedFileStorage class and made it the default; stress test perf improved by a factor of ~5.5. |
Tue, 29 Jun 2010 21:52:27 -0700 | Atul Varma | FileStorage-based revision mapping is now created by default in easy.make_wsgi_app(). Added FileStorage.get(). |
Tue, 29 Jun 2010 11:17:34 -0700 | Atul Varma | Added locking.py for super non-grannular thread safety, and more tests. |
Fri, 25 Jun 2010 20:11:24 -0700 | Atul Varma | renamed build_app to make_wsgi_app |
Fri, 25 Jun 2010 20:05:37 -0700 | Atul Varma | added easy.py |