VERY SLOW APPLICATION OVER LAN

Moderator: Moderatoren

Antworten
eldhose1985
Rookie
Rookie
Beiträge: 5
Registriert: Di, 24. Mär 2009 9:31

VERY SLOW APPLICATION OVER LAN

Beitrag von eldhose1985 »

hi All,

We are using xclass++ alaska xbase1.9 sl1 and we installed application windows 2003 server Professional (HP Server Mechine,3GB RAM,1TB HD)
the programme accesing only 5 users but the application is deadly slow users cant't work if we take some long date report we want to wait 30-40 mnts
We are defined dic file like below
[DEFINE]
DEFAULT_DBE=FOXCDX
DEFAULT_INDEX_EXT=CDX
DEFAULT_PATH=%DBF% // path is found in AppIni(), entry DBF of the passed section of AppInitDic()
ANIMATE=\XCLass\AVI\COPY.AVI

I changed FOXCDX to DBFCDX but it is giving error file cannot be opened and also tried ADSCDX (installed ADS9.0) but same error

Is there any way to fasten the data access speed over LAN?..
sometime we getting file lock error too..?

If i want to use ADSCDX required to rework all code that I written?..

Thanks
eldhose
Benutzeravatar
Tom
Der Entwickler von "Deep Thought"
Der Entwickler von "Deep Thought"
Beiträge: 9345
Registriert: Do, 22. Sep 2005 23:11
Wohnort: Berlin
Hat sich bedankt: 100 Mal
Danksagung erhalten: 359 Mal
Kontaktdaten:

Re: VERY SLOW APPLICATION OVER LAN

Beitrag von Tom »

There must be a network configuration error. In the simplest situation, there is a virus scanner running either on the server or on the machines. Virus scanners cause cascading speed crashes; your data path must be taken out from the to-be-scanned directories. If there's no VS running, check the network using tools like from SysInternals. ADS may solve the problem, but this is only cosmetics. A network with five users should run at acceptable speed with shared databases.
Herzlich,
Tom
Antworten