NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: astahl on May 23, 2013, 05:20:58 AM
-
Hi,
What would be the best practice on a web client that is running as a service 24-7 every 30 secs or so.
Should one do the Init() and Kill() when it fires using the Timer? In the routine I set the Timer to 0{Prop:Timer} = 0
at the beginning of the routine and after it completes the tasks I set the Timer back to 0{Prop:timer} = 3000.
Regards,
Ashley Stahl
-
no, I don't think you need to call Init and Kill between page requests.
-
Thanks Bruce.
Ashley