
codesite-noreply at google
Oct 20, 2009, 6:33 PM
Post #1 of 2
(35 views)
Permalink
|
|
Issue 397 in cherokee: handler_cgi_base could use I/O cache, but it does not
|
|
Updates: Status: Started Comment #4 on issue 397 by alobbs: handler_cgi_base could use I/O cache, but it does not http://code.google.com/p/cherokee/issues/detail?id=397 Quick comments on iocache-cgi.diff: - The webdir() function name is wrong. Function names starts with verbs: do_this(), remove_that(), get_something(). - However, the big issue of the patch is that it doesn't release the I/O-cache entries (by calling cherokee_iocache_entry_unref()). The basics of the patch is good, although you should fix those issues before we can apply it. Thanks Stefan, good stuff!! :-) (and sorry for the delay) -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings _______________________________________________ Cherokee-dev mailing list Cherokee-dev[at]lists.octality.com http://lists.octality.com/listinfo/cherokee-dev
|