Home > Archive > C > June 2006 > fopen() causes an "obvious" time delay in WC ???
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
fopen() causes an "obvious" time delay in WC ???
|
|
|
| Dear all,
When using fopen() in watcom C, I found that it takes some time...
That is, it need more time than that in Turbo C !
Does anyone see this phenomenon before ?
Thanks !
liaoo
| |
| Gordon Burditt 2006-06-27, 9:56 pm |
| >When using fopen() in watcom C, I found that it takes some time...
>That is, it need more time than that in Turbo C !
What is it you are fopen()ing? For read or for write or for
read/write? How much longer does it take? (microseconds, seconds,
years, decades, eons, ...) How did you measure this? If it takes
longer than 1 month, your version of Windows is not up to date on
security patches.
>Does anyone see this phenomenon before ?
Gordon L. Burditt
|
|
|
|
|