[bit.listserv.novell] Open files question.

JOEL@GACVAX1.BITNET (Joel Jackson) (01/16/90)

>From: Pierre Cormier <S602@UQAM.BITNET>
>Subject: Number of Open Files

>For some strange reason, people here want to open 60 files at a time
>from a DBase application. The code they produced works fine when the files
>are all on a local drive, but stops with an error after 40 files (give or
>take) when the files are on a Novell 2.15 server.

>The maximum number of open files is 250 on the server. When this stuff runs,
>the actual number of open files gets up to approx. 100, so this is not the
>problem.

Just a thought: How many files are set in the CONFIG.SYS file used for
                work-station booting?

Joel Jackson
Novell Netware Manager
Gustavus Adolphus College
St. Peter, MN  56082

wittmann@ENGR.WISC.EDU (art wittmann) (01/17/90)

>
> >From: Pierre Cormier <S602@UQAM.BITNET>
> >Subject: Number of Open Files
>
> >For some strange reason, people here want to open 60 files at a time
> >from a DBase application. The code they produced works fine when the files
> >are all on a local drive, but stops with an error after 40 files (give or
> >take) when the files are on a Novell 2.15 server.
>
> >The maximum number of open files is 250 on the server. When this stuff runs,
> >the actual number of open files gets up to approx. 100, so this is not the
> >problem.
>
You may have to change the parameters shell.cfg when you run shgen.  There
are separate buffer parameters in that file.

Art

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Art Wittmann                                  Phone: (608) 263-1748
Network Manager                               Email: wittmann@engr.wisc.edu
Computer Aided Engineering Center                or: wittmann@cae.wisc.edu
University of Wisconsin, Madison

tim@J.CC.PURDUE.EDU (Timothy Lange) (01/18/90)

In the current drive and directory you use to connect to the network
you should have a file called shell.cfg.  Put in a line line

FILE HANDLES = 60

to increase the number of network file handles from the default of 40
to 60.  You do not have to regen any shells.  This is referenced in the
Supervisor's Reference manual in appendix B.

Tim.