Speed problem dc_iniread()

This forum is for eXpress++ general support.
Post Reply
Message
Author
c-tec
Posts: 379
Joined: Tue Apr 20, 2010 1:36 am
Location: SALZBURG/AUSTRIA
Contact:

Speed problem dc_iniread()

#1 Post by c-tec »

Hello,
in one network installation (NAS (QNAP TS-459 Pro II), Gigabit) the function dc_iniread() is very slow, any idea what can cause it ? Seems to be a network configuration problem.
regards
Rudolf
Rudolf Reinthaler
digital pen & paper systems
http://www.formcommander.net

User avatar
rdonnay
Site Admin
Posts: 4729
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Speed problem dc_iniread()

#2 Post by rdonnay »

I suggest linking _DCINI.PRG into your program and then put some debugging in the code to figure out why it is so slow. It may be a problem with opening the file.
The eXpress train is coming - and it has more cars.

c-tec
Posts: 379
Joined: Tue Apr 20, 2010 1:36 am
Location: SALZBURG/AUSTRIA
Contact:

Re: Speed problem dc_iniread()

#3 Post by c-tec »

Hello Roger,
thank you, I have just sent a test program to the customer to debug the textfile handling. Databaseaccess speed is very good at this workstations, seems to regard only textfiles.
regards
Rudolf
Rudolf Reinthaler
digital pen & paper systems
http://www.formcommander.net

Post Reply