mighttpd2-3.1.0: High performance web server on WAI/warp

Safe HaskellNone

Program.Mighty.Network

Synopsis

Documentation

listenSocketSource

Arguments

:: String

Service name

-> Int

A number of backlogs.

-> IO Socket 

Open an Socket with ReuseAddr and NoDelay set.

daemonize :: IO () -> IO ()Source

Run a program detaching its terminal.