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: "Theodore E. Dennison" Subject: Re: Files and Tasking Date: 1996/07/30 Message-ID: <31FE5CE0.7DE14518@escmail.orl.mmc.com>#1/1 X-Deja-AN: 171104207 references: <4tio7r$193@nef.ens.fr> content-type: text/plain; charset=us-ascii organization: Lockheed Martin Information Systems mime-version: 1.0 newsgroups: comp.lang.ada x-mailer: Mozilla 2.0 (X11; I; SunOS 4.1.3_U1 sun4m) Date: 1996-07-30T00:00:00+00:00 List-Id: Emmanuel CHIVA wrote: > > We found a limitation when using the gcc compiler with an Ada95 program: > > it seems that the number of files that can simultaneously be opened by concurrent > tasks is limited to 60! Has anybody observed such a problem? And if so, how > to override this limitation? What platform are you using? Most OS's have a limit on the number of files that any one process may have open at one time. I suspect it is this limit, not a gcc limit, that you are running into. -- T.E.D. | Work - mailto:dennison@escmail.orl.mmc.com | | Home - mailto:dennison@iag.net | | URL - http://www.iag.net/~dennison |