S***@gmail.com
2006-11-29 14:59:33 UTC
So I have this little app that checks something on my server every few
minutes. It's nothing more than me calling my own Perl script and
getting back either a 1 or a 0.
I always make sure I call the session with this:
hURL = O113_IOU(hInternetSession, script, "", 0, 0,
INTERNET_FLAG_NO_CACHE_WRITE|INTERNET_FLAG_RELOAD);
I do this to make sure I always get FRESH data.
This has always worked. All of a sudden last week, no more. Unless I
stop and restart the program, I don't get fresh data.
The ONLY thing that changed was that I did download and install IE7
(used to be 6).
Anyone know if this could be my problem?
Thanks ahead,
Sergio
minutes. It's nothing more than me calling my own Perl script and
getting back either a 1 or a 0.
I always make sure I call the session with this:
hURL = O113_IOU(hInternetSession, script, "", 0, 0,
INTERNET_FLAG_NO_CACHE_WRITE|INTERNET_FLAG_RELOAD);
I do this to make sure I always get FRESH data.
This has always worked. All of a sudden last week, no more. Unless I
stop and restart the program, I don't get fresh data.
The ONLY thing that changed was that I did download and install IE7
(used to be 6).
Anyone know if this could be my problem?
Thanks ahead,
Sergio