On Wed, Sep 7, 2011 at 5:38 AM, Kathi Fisler <kfis...@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
_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev

Reply via email to