creating a daemon process [modified]
-
I'am creating a website where the front-end is bein developed using ASP .NET,the code so far has been written using VB .NET and all data is stored using MS SQL Server 2000.Everytime the user logs in and performs some activity the database contents are changed correspondingly. Now i need a process that runs in the background on the server side such that everytime a user fills in a particular form, the process initiates a timer for say,15 mins and wen the timer expires some database modifications are made.This has to be true for every incoming request from the user.So if Im not wrong i need a daemon process that awaits an incoming request and then performs the above-said activity. I have no idea what i need to use in order to achieve this.Please help.
modified on Tuesday, March 10, 2009 11:33 PM
-
I'am creating a website where the front-end is bein developed using ASP .NET,the code so far has been written using VB .NET and all data is stored using MS SQL Server 2000.Everytime the user logs in and performs some activity the database contents are changed correspondingly. Now i need a process that runs in the background on the server side such that everytime a user fills in a particular form, the process initiates a timer for say,15 mins and wen the timer expires some database modifications are made.This has to be true for every incoming request from the user.So if Im not wrong i need a daemon process that awaits an incoming request and then performs the above-said activity. I have no idea what i need to use in order to achieve this.Please help.
modified on Tuesday, March 10, 2009 11:33 PM