Sat, 18 Feb 2017 13:27:25 +0100
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
# # obj.conf # # NSAPI configuration # <Object name="default"> NameTrans fn="assign-name" from="/hello" name="hello" NameTrans fn="assign-name" from="/admin" name="admin" PathCheck fn="find-pathinfo" ObjectType fn="type-by-extension" Service fn="send-options" method="OPTIONS" Service fn="common-index" type="internal/directory" Service fn="send-file" AddLog fn="common-log" </Object> <Object name="hello"> Service fn="service-hello" </Object> <Object name="admin"> Service fn="admin-service" </Object> <Object name="cgi-bin"> Service fn="send-cgi" </Object>