NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: astahl on May 23, 2013, 05:20:58 AM

Title: Best Practice for a WebClient
Post 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
Title: Re: Best Practice for a WebClient
Post by: Bruce on May 23, 2013, 10:45:05 PM
no, I don't think you need to call Init and Kill between page requests.

Title: Re: Best Practice for a WebClient
Post by: astahl on May 24, 2013, 04:16:00 AM
Thanks Bruce.


Ashley