Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Registry Settings to disable oplocks etc. on XP?
Message
De
28/01/2010 07:56:09
 
 
À
27/01/2010 17:25:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows Server 2003
Divers
Thread ID:
01446260
Message ID:
01446316
Vues:
52
>Does anyone know of any resource that lists all of the registry entries that should be set on XP workstations for high-reliability Fox applications, e.g.
>
>- disabling opportunistic locking (oplocks)
>- disabling workstation/client-side network data caching
>- etc.?
>
>In a perfect world, maybe someone has even created a .reg file ? :-)

I have these notes that I lifted from a web site many years ago. It may be what you are looking for:

Multiuser system speed

1. Set OPLocks off for increased speed in multiuser systems

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MRXSmb\Parameters\

set OplocksDisabled = 1

OplocksDisabled REG_DWORD 0 or 1
Default: 0 (not disabled)

2. HKLM\System\CurrentControlSet\Services\LanmanServer\Parameters

SharingViolationRetries REG_DWORD 0?1000 attempts

Default: 5

Determines the maximum number of times the Server service attempts a file operation when the file system responds with a sharing violation error. If a client requests more attempts that the value of this entry allows, the Server service returns an error. This value entry applies to open, rename, and delete operations.

Note

Windows NT does not add this value to the Registry. You can add it by editing the Registry or by using a program that edits the Registry.

SharingViolationDelay REG_DWORD 0?1000 milliseconds

Default: 200

Determines the time interval between repeated requests for a file operation when the file system responds with a sharing violation error. This value entry applies to open, rename, and delete operations.
Decreasing this value (requesting more frequently) increases network traffic. However, increasing this value (requesting less frequently) might delay users unnecesarily.

Note

Windows NT does not add this value to the Registry. You can add it by editing the Registry or by using a program that edits the Registry.
Frank.

Frank Cazabon
Samaan Systems Ltd.
www.samaansystems.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform