templates/bin/stopserv.template@5580517faafc
templates/bin/stopserv.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 47
-
ce9790523346
- 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 -TERM $PID