Mostly decoupled WebGUI from Log4perl

This commit is contained in:
Patrick Donelan 2010-04-09 18:44:12 -04:00
parent f22020c267
commit 2bac95fa26
3 changed files with 20 additions and 22 deletions

2
TODO
View file

@ -1,6 +1,5 @@
TODO
* Deprecate WebGUI::Session::HTTP - replace with WebGUI::Request/Response
* Turn logger into $self->request->env->{'psgi.errors'}->print(join '', @stuff);
DONE
* $session->request is now a Plack::Request object
@ -9,6 +8,7 @@ DONE
* urlHandler API changed - no longer gets server, config
* Streaming response body
* Delete lib/WebGUI/URL and replace with new Middleware(s)
* Mostly decoupled WebGUI from Log4perl
NB
* Periodically do a big stress-test and check for leaks, mysql overload etc..