Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Clipper exe running slow in NT4 workstation
Message
 
To
08/07/2000 02:00:12
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00389742
Message ID:
00389844
Views:
17
Al,

From the Norton Guides:
F: is used in combination with the value specified with
the FILES command in CONFIG.SYS to inform CA-Clipper of the maximum
number of file handles to use. This setting is only valid for
application programs using more than 20 files and running under DOS
3.3 or greater. When specified, CA-Clipper determines the number of
files that can be opened using the smaller of the F setting and the
CONFIG.SYS FILES value. For example, if the FILES command is set to
120 and the F parameter is set to 50, the maximum number of files that
can be opened is 50. The ideal is an odd number and 5 less
than specified with the FILES command.

Here you have the complete syntax for clipper:

SET CLIPPER=
[//BADCACHE]
[//CGACURS]
[//DYNF:]
[//E:]
[//F:]
[//INFO]
[//NOIDLE]
[//SWAPK:]
[//SWAPPATH:'']
[//TEMPPATH:'']
[//X:]

If you want more help with any of the parameters let me know. Is being a long time since I last used Clipper, but my setting was:
SET CLIPPER=X64;F50

Hugo
"The five senses obstruct or deform the apprehension of reality."
Jorge L. Borges?

"Premature optimization is the root of all evil in programming."
Donald Knuth, repeating C. A. R. Hoare

"To die for a religion is easier than to live it absolutely"
Jorge L. Borges
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform