Program slow down

Marc Vanzegbroeck
Posts: 1163
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium
Contact:

Re: Program slow down

Post by Marc Vanzegbroeck »

Birol,

Here it's not the case. I have this problem with differnt clients with different networks.
The strangest thing is that the program run fast, until an other user open the program.
The program stay slow until everyone close the program and only one restart it. Also no problem with 16bit..

Regards,
Marc
Regards,
Marc

FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
User avatar
Otto
Posts: 6412
Joined: Fri Oct 07, 2005 7:07 pm
Has thanked: 27 times
Been thanked: 2 times
Contact:

Re: Program slow down

Post by Otto »

Marc, what WINDOWS version do you use?
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
Marc Vanzegbroeck
Posts: 1163
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium
Contact:

Re: Program slow down

Post by Marc Vanzegbroeck »

Otto,

The server is WHS and one workstation Windows Vista and the other Windows XP Professional.

One of my customers use Windows XP as server and also for the workstation.

I try

Code: Select all | Expand

sc config lanmanworkstation depend= bowser/mrxsmb10/nsi
sc config mrxsmb20 start= disabled


On my network, but WHS doesn' know the service.

Regards,
Marc
Regards,
Marc

FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
Marc Vanzegbroeck
Posts: 1163
Joined: Mon Oct 17, 2005 5:41 am
Location: Belgium
Contact:

Re: Program slow down

Post by Marc Vanzegbroeck »

Otto,

I have tried to Disabling Oplocks in the registry, but I had to go back to previous settings, because I could't acces my network anymore.
Also disable SMB2 had no result.
I saw on a message of you that you solved the problem by opening the database as sort as possible.
I also want to to that, wut doesn't that have any disadvantages (slow acces, corruptions,..). I really have to change my programs very soon, because my custommers are complaning about the speed. For example, before creating a new invoice took less the 0.5sec, now 10sec...
I was use to leave all database open because in FW16 bit it didn't slow down (On the same network!!!). So in all my programs I opened all tables, and only closed them at the end of the application.

Regards,
Marc
Regards,
Marc

FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
Post Reply