• Dridi Boukelmoune's avatar
    Implement socket barriers (shared between processes) · 6a709f87
    Dridi Boukelmoune authored
    When varnishtest creates a socket barrier, it will bind a socket and
    listen to incoming connections. Once the number of expected connections
    is open, connections are closed.
    
    Barrier users only need to connect to the socket, read "nothing" and
    block until the connection is closed. It allows virtually any process
    to sync with varnishtest. The barrier will provide macros with its
    socket information.
    6a709f87
Name
Last commit
Last update
bin Loading commit data...
doc Loading commit data...
etc Loading commit data...
include Loading commit data...
lib Loading commit data...
m4 Loading commit data...
man Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING Loading commit data...
ChangeLog Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
Makefile.am Loading commit data...
Makefile.inc.phk Loading commit data...
Makefile.phk Loading commit data...
README.Packaging Loading commit data...
README.rst Loading commit data...
autogen.des Loading commit data...
autogen.sh Loading commit data...
config.phk Loading commit data...
configure.ac Loading commit data...
flint.lnt Loading commit data...
varnish.m4 Loading commit data...
varnishapi-uninstalled.pc.in Loading commit data...
varnishapi.pc.in Loading commit data...