In My office, we have a Lan.
Server: P4 1.6 MHZ, 512DDR Ram, (IDE HDD), 10/100 FastHub
OS on Server: Win2k Server
Data Drive: NTFS
Application:
Built with VFP 7.0
EXE Size: 1.06 MB.
Databases: 1
Tables: 30 (They are empty, no data in the tables YET!!!)
Free Tables: 1
When I run the application from any station it takes about 5 seconds to load. But, when someone else is already running the application. It takes 10+ seconds to load....
So, some users think, the program is not starting, and they try to double click again... It is so aggrevating!!!
So, I put the exe on each station, and I pointed the Start IN, in the Data Drive of the server. and it still takes long time to load, when more than 1 user is using the app..
So, what I did:
I re-compiled the app, without even loading a single table or opening the database.
***********
Set exclusive off
set multilocks on
set century on
set deleted on
set ... (whatever)
set path to "\wt;\wt\data;\wt\reports;\wt\forms"
*OpenData() <--- I don't open any data
do form DashBoard
Read Events
It loaded a little bit faster, but, not too impressing!
And it is still killing me!!!!! when 2 users log on...
What the heck is the problem. On my PC, it loads awesome! (Though, I have a fast pc)...
But, what seems to be the problem...???
Please Help!! Tekno
Server: P4 1.6 MHZ, 512DDR Ram, (IDE HDD), 10/100 FastHub
OS on Server: Win2k Server
Data Drive: NTFS
Application:
Built with VFP 7.0
EXE Size: 1.06 MB.
Databases: 1
Tables: 30 (They are empty, no data in the tables YET!!!)
Free Tables: 1
When I run the application from any station it takes about 5 seconds to load. But, when someone else is already running the application. It takes 10+ seconds to load....
So, some users think, the program is not starting, and they try to double click again... It is so aggrevating!!!
So, I put the exe on each station, and I pointed the Start IN, in the Data Drive of the server. and it still takes long time to load, when more than 1 user is using the app..
So, what I did:
I re-compiled the app, without even loading a single table or opening the database.
***********
Set exclusive off
set multilocks on
set century on
set deleted on
set ... (whatever)
set path to "\wt;\wt\data;\wt\reports;\wt\forms"
*OpenData() <--- I don't open any data
do form DashBoard
Read Events
It loaded a little bit faster, but, not too impressing!
And it is still killing me!!!!! when 2 users log on...
What the heck is the problem. On my PC, it loads awesome! (Though, I have a fast pc)...
But, what seems to be the problem...???
Please Help!! Tekno