Page 2 of 2
Re: Program slow down
Posted: Wed Nov 10, 2010 6:16 pm
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
Re: Program slow down
Posted: Wed Nov 10, 2010 6:49 pm
by Otto
Marc, what WINDOWS version do you use?
Best regards,
Otto
Re: Program slow down
Posted: Wed Nov 10, 2010 7:07 pm
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
Re: Program slow down
Posted: Thu Nov 11, 2010 9:35 am
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