Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Slow performance on server
Message
 
To
25/06/2013 15:14:16
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01577003
Message ID:
01577189
Views:
87
>
>make sure you disable the sharing violation retries and sharing violation delay (I set both to 0):
>
>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.
>
>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.
*
Thank you, Frank. I made these changes (had to add them, they were not there). Unfortunately, did not make a difference.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform