[Haskell-cafe] sendfile leaking descriptors on Linux?

Brandon S. Allbery KF8NH allbery at ece.cmu.edu
Fri Feb 26 14:48:14 EST 2010


On Feb 26, 2010, at 14:43 , Thomas Hartman wrote:
> in Happstack.Server.SimpleHTTP? What are the tradeoffs, when would you
> *not* want ot use ReuseAddr?)

In the modern world, any server socket probably should use  
SO_REUSEADDR.  About the only modern use for the default would involve  
servers launched as a result of a port-knock or similar.

-- 
brandon s. allbery [solaris,freebsd,perl,pugs,haskell] allbery at kf8nh.com
system administrator [openafs,heimdal,too many hats] allbery at ece.cmu.edu
electrical and computer engineering, carnegie mellon university    KF8NH


-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
Url : http://www.haskell.org/pipermail/haskell-cafe/attachments/20100226/2c5b2e11/PGP.bin


More information about the Haskell-Cafe mailing list