D
DenoxiS
Hi,
I'm having problem with this internet application. It's a simple form
with a button and couple text boxes where I can enter parameters like
timeout etc.
Once I push the button, it starts reading the content of a specific
URL and updating the database every minute or so. When I leave the
application for overnight I find it "frozen". It seems it's still
doing its job, but I cannot restore the form on the screen. The only
way to stop is to "end task" from task manager.
I use httprequest and httpresponse objects. Problem doesn't appear in
debug mode, but in the exe file. I believe it takes 1-2 hour to be
unresponsive like that. I use doEvents in a Timer object every second.
Clinet machine has latest Framework installed. Different clients give
the same result. As for the database, I connect to a MS SQL database
somewhere on the Intranet.
Any suggestion on that?
Thanks in advance...
I'm having problem with this internet application. It's a simple form
with a button and couple text boxes where I can enter parameters like
timeout etc.
Once I push the button, it starts reading the content of a specific
URL and updating the database every minute or so. When I leave the
application for overnight I find it "frozen". It seems it's still
doing its job, but I cannot restore the form on the screen. The only
way to stop is to "end task" from task manager.
I use httprequest and httpresponse objects. Problem doesn't appear in
debug mode, but in the exe file. I believe it takes 1-2 hour to be
unresponsive like that. I use doEvents in a Timer object every second.
Clinet machine has latest Framework installed. Different clients give
the same result. As for the database, I connect to a MS SQL database
somewhere on the Intranet.
Any suggestion on that?
Thanks in advance...