Commit 06c0fb63 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp Committed by Lasse Karstensen

Comment cleanup

parent 2f2e50e4
......@@ -28,13 +28,9 @@
*
* Session management
*
* This is a little bit of a mixed bag, containing both memory management
* and various state-change functions.
*
* The overall picture is complicated by the fact that requests can
* disembark their worker-threads if they hit a busy object, then come
* back later in a different worker thread to continue.
* XXX: I wonder if that complexity pays of any more ?
* The overall goal here is to hold as little state as possible for an
* idle session. This leads to various nasty-ish overloads of struct
* sess fields, for instance ->fd being negative ->reason.
*
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment