• Nils Goroll's avatar
    we need more threads · 4f5c4f1d
    Nils Goroll authored
    we run into the problem solved by
    https://github.com/varnishcache/varnish-cache/pull/2942
    
    purely for convenience, we send pass'ed backend requests to ourself (in
    order not to have to fiddle with the number of requests on servers), yet
    it can happen that all threads are used up and the herder fails to breed
    more.
    
    So the solution is to ensure that we do not run into any dependency on
    the herder.
    
    this stabilizes permutations.vtc for -j 40 -n 1000
    4f5c4f1d
Name
Last commit
Last update
src Loading commit data...
.dir-locals.el Loading commit data...
.gitignore Loading commit data...
CONTRIBUTING.rst Loading commit data...
COPYING Loading commit data...
INSTALL.rst Loading commit data...
LICENSE Loading commit data...
Makefile.am Loading commit data...
README.rst Loading commit data...
TODO Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...