Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VFP Performance Issue on SBS Server

Status
Not open for further replies.

cliffhead

Technical User
Mar 28, 2011
5
US
Hi All

We have been investigating a speed issue within our VFP application for some time and after testing, we have found the solution to be in a Windows Server 2008 R2.

We can replicate on a 2003 and 2008 SBS server that by rebooting the server, then logging two users into the application working away that after about 20 mins of processing, when one user has a screen open, the other users speed to run a report (in this scenario) goes from 5 seconds to about 1 minute. Once you hit the 20mins, there is no getting the speed back to the 5 seconds unless you reboot the server again.

We have been investigating the SMB route but we have left this to be running at SMB2.

However, as per our customer site and internal, if we use a Windows Server 2008 R2 machine the performance is always good and we never have any problems after the 20minutes.

I know this is strange but has anyone come across this before and is there any knowledge as to why SBS would show this issue. We have number of customers who have resolved this issue by upgrading to R2

Your thoughts would be welcome (scratching my head)

Thanks
 
The main culprit of such behaviour is OpLocks.

>We have been investigating the SMB route but we have left this to be running at SMB2
Because? Didn't it made any difference?

Turning Off SMB2 is just one step to be able to turn off OpLocks. OpLocks are the main problem, and you can only turn them off, if SMB2 is turned off and the SMB1 protocol is used. But only turning off SMB2 still leaves Oplocks on, so yees, this alone make no difference whatsoever.

Bye, Olaf.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top