Library name choice for network accept loop module under development

Cat Dancer haskell at catdancer.ws
Sat Dec 9 10:17:55 EST 2006


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?


More information about the Libraries mailing list