
9 Dec
2006
9 Dec
'06
3:17 p.m.
I am working on a library module to implement a network accept loop with graceful shutdown. (See http://code.catdancer.ws/acceptloop/) This code is tricky to get right, so if I am successful, it will be useful to projects such as web or database servers which accept network connections and would like to be able to restart gracefully without dropping or losing connections. Is "Network.AcceptLoop" a good name for this module in the hierarchical library namespace?