Are you running with the databases open exclusively?If not, do you have a shared index file active while skipping through the database? You will probably notice other clients slowing down when this report is running.
--
--
You received this message because you are subscribed to the Google
Groups "Harbour Users" group.
Unsubscribe: harbour-user...@googlegroups.com
Web: http://groups.google.com/group/harbour-users
---
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to harbour-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/harbour-users/CAC_Y%2BMBqdLa7JpwHEMPfh6sEAdHY0DcPd00q_0sbcL4T%2BPW%2Bgg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Check these (I suppose the code is optimized enough):
- Does the AV software od server and clients scan DBF tables and indexes? If yes, make exceptions.
- Is DEP enabled for all files on the server? He can slow down a lot.
Permanent solution is to use Letodb or Letodbf.
Regards, Nenad
--
--
You received this message because you are subscribed to the Google
Groups "Harbour Users" group.
Unsubscribe: harbour-user...@googlegroups.com
Web: http://groups.google.com/group/harbour-users
---
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to harbour-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/harbour-users/44443c85-496c-4927-b560-17fe81c9c9b5%40googlegroups.com.
--
I think to know what is happening....You didn't disable the oplocks...A. When you run the report in local, 10 seconds...B. When you run the report from the lan and you are the only user opening the files, 12 secondsC. When you run the report from the lan and you are NOT the only user opening the files, 360 seconds...In case B, the SMB server, knowing only 1 client is using the file, permits client-side caching, simulating a exclusive use. But in case C it can't and every time the client skip to a new record, it must request the data from the server, since another client may have modified it.If you disable oplocks or force use of SMB1 case B and C will both last 360 seconds....Of course, I haven't seen the code.... so this is from my experience...Francesco
On Wed, May 8, 2019 at 9:28 PM Swaroop Joshi <swaroop...@gmail.com> wrote:
After successfully running my Clipper Software in Windows-10 64 bit with the help of Harbour--I am facing a problem that some of the Reports in Software where there is enough processing runs very slow in Network Computer (Client PC)The same Reports takes only 10 seconds in Server PC where the Software is installedWhereas in Client PC it Takes 6 Minutes to Display the same Report after process.This Problem Occurs in Clients PC when the same Software too is running in Server PC.When The Software is not running in Server at that time the Reports takes only 12 Seconds in Client PCPlease Suggest me the solution.Thanks in AdvanceSwaroop S. Joshi
--
You received this message because you are subscribed to the Google
Groups "Harbour Users" group.
Unsubscribe: harbou...@googlegroups.com
Web: http://groups.google.com/group/harbour-users
---
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to harbou...@googlegroups.com.
Check these (I suppose the code is optimized enough):
- Does the AV software od server and clients scan DBF tables and indexes? If yes, make exceptions.
- Is DEP enabled for all files on the server? He can slow down a lot.
Permanent solution is to use Letodb or Letodbf.
Regards, Nenad
From: harbou...@googlegroups.com <harbou...@googlegroups.com> On Behalf Of Swaroop Joshi
Sent: Wednesday, May 08, 2019 9:28 PM
To: Harbour Users <harbou...@googlegroups.com>
Subject: [harbour-users] Software Runs Slow in Network PC
After successfully running my Clipper Software in Windows-10 64 bit with the help of Harbour
I am facing a problem that some of the Reports in Software where there is enough processing runs very slow in Network Computer (Client PC)
The same Reports takes only 10 seconds in Server PC where the Software is installed
Whereas in Client PC it Takes 6 Minutes to Display the same Report after process.
This Problem Occurs in Clients PC when the same Software too is running in Server PC.
When The Software is not running in Server at that time the Reports takes only 12 Seconds in Client PC
Please Suggest me the solution.
Thanks in Advance
Swaroop S. Joshi
--
--
You received this message because you are subscribed to the Google
Groups "Harbour Users" group.
Unsubscribe: harbou...@googlegroups.com
Web: http://groups.google.com/group/harbour-users
---
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to harbou...@googlegroups.com.
How to turnoff SMB1 and disable oplocks.