Page 1 of 1

Speed problem dc_iniread()

Posted: Thu Dec 29, 2011 9:06 am
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

Re: Speed problem dc_iniread()

Posted: Thu Dec 29, 2011 9:14 am
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.

Re: Speed problem dc_iniread()

Posted: Fri Dec 30, 2011 6:08 am
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