[Haskell-cafe] FreeBSD: Max # of sockets opened

Joel Reymont joelr1 at gmail.com
Tue Dec 13 13:24:40 EST 2005


So it's just a matter of recompiling GHC and have it pick up new values?

On Dec 13, 2005, at 6:11 PM, Tony Finch wrote:

> FD_SETSIZE is actually dynamic on FreeBSD (at least from the kernel's
> point of view - the macros are less so). You can re-set it to whatever
> value you like at compile time (e.g. gcc -DFD_SETSIZE=10240).

--
http://wagerlabs.com/







More information about the Haskell-Cafe mailing list