From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b8749f922e46d4f7 X-Google-Attributes: gid103376,public From: mfeldman@seas.gwu.edu (Michael Feldman) Subject: Re: Files and Tasking Date: 1996/07/31 Message-ID: <4tp5tu$ngg@felix.seas.gwu.edu>#1/1 X-Deja-AN: 171344415 references: <4tio7r$193@nef.ens.fr> organization: George Washington University newsgroups: comp.lang.ada Date: 1996-07-31T00:00:00+00:00 List-Id: In article , Samuel Tardieu wrote: > >PS/ the "man ..." command will work on Un*x boxes only, I cannot help > you if you're using the DOS version of GNAT. I can. The maximum number of open files in DOS is determined by the line FILES=kkk in your CONFIG.SYS file. If there is no such line there, add one, and fill in your favorite value for kkk. Note that each file handle takes up RAM, so there is no free lunch. In any case, GNAT is unlikely to impose a limit; these things are typically handled by the OS. Mike Feldman