templates/bin/reconfig.template

Sat, 18 Feb 2017 13:27:25 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sat, 18 Feb 2017 13:27:25 +0100
branch
aio
changeset 172
5580517faafc
parent 61
c858850f3d3a
child 175
9823770ba4ee
permissions
-rw-r--r--

adds public aio and poll api and asynchronous send_range function

aio and poll api is only implemented on solaris yet
send_file saf uses send_range_aio for single range requests

#!/bin/sh

PID=`cat /tmp/webserver-rw6pgl8b/pid`

kill -USR1 $PID

mercurial