View Single Post
Old Mar 13th, 2006, 8:39 PM   #4
myName
Programmer
 
Join Date: Oct 2005
Posts: 48
Rep Power: 0 myName is on a distinguished road
This program is a com service program.. i so new in com service n c++, especially the thread.. huh!.. headache...

In the program, have 2 task..
1. check file existing, if the file exist, do some process then clear the contain of the file..
2. Get data send from client program, then save to database

The checking can be done every 30 minutes, Is there got timer in C++? use timer better or Thread better ?

Time so short for me... :-(
myName is offline   Reply With Quote