Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Close Data hangs applciation
Message
From
19/04/2000 08:51:57
Walter Meester
HoogkarspelNetherlands
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00355186
Message ID:
00361219
Views:
55
Josh,

Sorry for the delay, but i found the registry key:

See for more info and other options, Article ID: Q134637 in MS kb

CachedOpenlimit controls the number of files that are cached open for optimization. Disabling this optimization and not caching open files has succeeded in alleviating these errors with FoxPro. The CachedOpenLimit parameter is located in the following key:


\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
\LanmanServer\Parameters


If CachedOpenLimit exists, change the parameter to 0. If it does not exist, add it as follows:

Value Name: CachedOpenLimit
Data Type: REG_DWORD
Data: 0


Good luck,

Walter,

>>- Don't use exclusive access in tables
>So just 'flock()' the tables instead?
>
>>- Be sure someone else is using the tables too. (forcing VFP to inmediately writeback changes)
>Like just having it open in another application?
>
>>- On the NT server disable exclusive oplocking (changing /modifying a registry key, but I forgot which one it was, maybe someone else can tell).
>If you think of it; let us know...
>
>Thanks
>-josh
Previous
Reply
Map
View

Click here to load this message in the networking platform