Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2008 Apr : Daily task in a service app.

www.cryer.info
Managed Newsgroup Archive

Daily task in a service app.

Subject:Daily task in a service app.
Posted by:"Vernon Sullivan" (vsulliv..@gdb.com)
Date:Tue, 8 Apr 2008 02:42:14 -0400

What would be the best approach to execute a daily task once a day in a
service app.? Do not tell me to use the Windows Scheduler or some
freeware/shareware/etc. as I must wirte my own code.

I know some people use a timer in service thread, others use a worker thread
with a timer, others use a worker thread with no timer, and finally, some
others use the service thread but with no timer. I read so many different
opinions that I am now totally lost...

I am sure I will get some expert advice here... Tx in advance!

Vernon

Info

Glossary

Replies:

www.cryer.info
Managed Newsgroup Archive