- 18 Mar, 2015 3 commits
-
-
Poul-Henning Kamp authored
the session workspace to compress struct sess.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
Instead one can start gdb on the compiled binary and ask it: print sizeof(struct sess) $1 = 192
-
- 17 Mar, 2015 12 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
we can reserve the space on the workspace when needed.
-
Poul-Henning Kamp authored
scale to parallism.
-
Federico G. Schwindt authored
We don't return 413/414 (yet?) but we have a specific counter for this now. Whether this is enough it's something we need to finalise.
-
Poul-Henning Kamp authored
-
Lasse Karstensen authored
-
Lasse Karstensen authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
into cache_acceptor.c where it belongs.
-
Poul-Henning Kamp authored
onto a worker thread (falling back to the current (=acceptor) thread if the pool is empty.
-
Poul-Henning Kamp authored
Use this to save a little bit of stack on common requests. Rename pool_func_t to task_func_t. Annotate the task functions with __match_proto__
-
Poul-Henning Kamp authored
-
- 16 Mar, 2015 25 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
from FlexeLint.
-
Nils Goroll authored
-
Nils Goroll authored
-
Federico G. Schwindt authored
-
Nils Goroll authored
-
Nils Goroll authored
-
Poul-Henning Kamp authored
socket (re)open code.
-
Poul-Henning Kamp authored
in order to prevent other processes from stealing them. (We have to close & reopen when the client dies, there is no unlisten(2))
-
Nils Goroll authored
-
Nils Goroll authored
Thank you, fgs
-
Nils Goroll authored
-
Nils Goroll authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
a test-case to cover this case.
-
Poul-Henning Kamp authored
on using the same ones across restarts.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-