Yeah, you can do it this way. Problem is with the algorithm... Do you want to check it in every loop? Best way would be to let application wait after every loop for some amount of time (eg 5 minutes).
2009/6/25 gerotica <[email protected]> > > Hi everybody. I am completly inexperient in Web Development. I am > writing a Web Site in ASP.NET <http://asp.net/> using Visual Studio 2008. > In this > website user can post some data, tht need to be recorded for future > use. > I do that by creating a Session for the user, than create a folder at > the server with all that posted data. As soon as the user enters the > posting page, I create that folder. Even if the user doesn't complete > the posting, the directory stays there. My idea is to use a program > that keeps always running on the server, to check if those directories > are valid, removing the not valid ones. What's the best approach to > create such programs? That keeps always running on the server? > > Thanks a lot! >
