Tagged Questions
3
votes
2answers
663 views
Periodic tasks inside WCF service hosted in IIS
We would like to have some periodic actions executed by our WCF service hosted in IIS. What is the best way to do this...Creating a timer doesn't look as a good solution. Creating a windows service ...
0
votes
3answers
79 views
Periodically testing of elements that are added to the DOM after pageload
I've got a page where you upload videos, those videos are then encoded (much like Youtube). The encoding part can take some time and I want to automatically show the user if encoding is done by ...