If it is in fact a file descriptor problem, maybe you can tune that and see if you get different behavior. If I recall, it's something like
# sysctl -w kern.maxfiles=n for some large n. On Mon, Jun 14, 2010 at 11:39 PM, Thomas Sutton <[email protected]> wrote: > On 15 June 2010 09:22, MightyByte <[email protected]> wrote: >> Argh, I always forgot to copy the list. >> >> >> I think Greg tried it on Snow Leopard, but didn't see the problem. We >> discussed it briefly and wondered whether an open socket (or file >> descriptor) limit is being hit and then the app has to wait for the OS >> to get around to freeing them. I don't know enough to know if/how >> this can be fixed on OSX though. What ghc version are you using? > > I've just uninstalled and then installed ghc 6.12.1 (using the Haskell > Platform script and .pkg in haskell-platform-2010.1.0.1-i386.dmg), > done a cabal install of snap-core, snap-server, heist and then used > `ghc-pkg unregister` to remove snap-core and snap-server and installed > fresh git clones. > > I still see the issue. This is on a different machine (iMac9,1) > running OS X 10.6 as well. My laptop (the original machine I saw this > on) was a clean install of Snow Leopard, but this is an upgrade from > 10.5. > > Cheers, > > Thomas Sutton > _______________________________________________ > Snap mailing list > [email protected] > http://mailman-mail5.webfaction.com/listinfo/snap > -- shu _______________________________________________ Snap mailing list [email protected] http://mailman-mail5.webfaction.com/listinfo/snap
