OK, svn webserver should now work 'properly' with epoll (linux)
and poll. No idea about select or kqueue. The webserver won't
run on Windows at the moment.

Properly means: it doesn't crash, and it handles simultaneous
requests for large files efficiently.

There's a known problem: I had to insert a 5 second delay
between shutdown and close of the connecting socket:
Linux seems to flush data written to the internal
buffers on close in non-blocking mode.

-- 
John Skaller <skaller at users dot sf dot net>
Felix, successor to C++: http://felix.sf.net

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to