[racket-dev] Suggestions for monitoring unresponsive web server connection?

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Wed Sep 7 08:54:22 EDT 2011

On Wed, Sep 7, 2011 at 5:38 AM, Kathi Fisler <kfisler at gmail.com> wrote:
> Following up on this -- what's the max number of open file descriptors that
> Racket allows? We're seeing some lingering ones (trying to trace the source,
> but wondering if this is the problem).

Racket shouldn't have any limit on these; the OS does have a limit,
tho. But I'd expect that you'd get a Racket error saying something
like "out of file descriptors" if you were running into that limit
(unless there's a bug in that code...).

Robby


Posted on the dev mailing list.