• Poul-Henning Kamp's avatar
    Confine objects to one stevedore. · 49af99df
    Poul-Henning Kamp authored
    We will no longer allow an object to be split across multiple
    stevedores, because the necessary logic to allow control of which
    stevedores allow this (malloc, file) vs. those that cannot tolerate
    this (persistent) is just not worth the effort.
    
    It is very dubious if there are any non-disadvantages to splitting
    objects across stevedores in the first place.
    
    
    
    git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5648 d4fa192b-c00b-0410-8231-f00ffab90ce4
    49af99df
stevedore.c 11.9 KB