- 09 Jun, 2015 6 commits
-
-
Poul-Henning Kamp authored
tasks from the queue limits. Slightly change the queuelimits to be relative to the full complement of worker threads in the pool, rather than the count of currently created threads, this should drop less traffic during ramp-up, but retain the steady-state behaviour.
-
Poul-Henning Kamp authored
an array of queues.
-
Poul-Henning Kamp authored
pools that service them.
-
Poul-Henning Kamp authored
-
Dridi Boukelmoune authored
Fixes #1742
-
Dridi Boukelmoune authored
It didn't look like the other options in both man pages and sphinx docs. However, options like "-t <...>" are still somewhat broken in the sphinx documentation: the option and description are on different rows.
-
- 08 Jun, 2015 1 commit
-
-
Lasse Karstensen authored
Follows from the discussion of 49712a5f on varnish-dev@. The development package contains vmodtool.py, which works better if the interpreter is available.
-
- 04 Jun, 2015 3 commits
-
-
Dridi Boukelmoune authored
-
Dridi Boukelmoune authored
-
Dridi Boukelmoune authored
-
- 03 Jun, 2015 1 commit
-
-
Poul-Henning Kamp authored
-
- 01 Jun, 2015 10 commits
-
-
Poul-Henning Kamp authored
Fixes: #1746
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
It used to be possible to specify -sfile size in percentage. This feature has been removed. Update the users guide to reflect this. Fixes: #1744
-
Nils Goroll authored
Fixes #1745
-
Dridi Boukelmoune authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
shutuppery about indentation.
-
- 31 May, 2015 1 commit
-
-
Poul-Henning Kamp authored
-
- 30 May, 2015 6 commits
-
-
Poul-Henning Kamp authored
order. Use it to health poke backends, rather than wasting a thread per backend+poll.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
for a very long time and never been shown to actually improve performance. These days we pick busyobj out of a memory pool which gives us much better control of the amount of memory sitting idle waiting to become a busyobj. In case a single mempool not scale well enough, we make a mempool per thread pool to scale horizontally.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
config we have in Jenkins.
-
- 29 May, 2015 4 commits
-
-
Nils Goroll authored
-
Nils Goroll authored
-
Nils Goroll authored
-
Poul-Henning Kamp authored
-
- 28 May, 2015 8 commits
-
-
Nils Goroll authored
See comment XXX questions to discuss with phk
-
Nils Goroll authored
-
Nils Goroll authored
varnishd will (try to) to accept on the default port *:80 and listen to cli commands. A warning will get emitted: Warning: Neither -b nor -f given, won't start a worker child. Master process started, use varnishadm to control it.
-
Nils Goroll authored
-
Nils Goroll authored
Some systems cannot resolve service "http", so in commit 8c7e459d we changed the hardcoded default service from "http" to "80". Before we complicate the implementation uselessly to first look up http and then fall back to 80, just docfix. Port 80 is probably _the_ one assignment with the least chance of ever changing.
-
Nils Goroll authored
-
Nils Goroll authored
-
Nils Goroll authored
-