Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Slow Access with multi users
Message
From
26/06/2012 11:04:41
 
 
To
26/06/2012 07:10:56
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01546902
Message ID:
01546928
Views:
94
PMFJI, but this may help:

>>>Might be oplocking not disabled: caches the single user PC somewhat.
>how do I disable oplocking? SMB2 is disabled is that the same?
>

http://oplocks.net/how-to-disable-win32


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
Previous
Reply
Map
View

Click here to load this message in the networking platform