windows - Create Thread in Azure Web Role -


i need create scheduled task on azure web role. small delete entries in sql azure db. thought quartz.net.
didn't find way create thread on azure web role. how can create thread on azure web role ?

thanks !

depending on use-case setup startup task (e.g. install quartz.net standalone , required code want periodically run) or start of task/thread/embedded quartz.net instance roleentrypoint.onstart. please have @ many related questions this one determine pros/cons of running in iis of webrole, starting tasks in webrole or hosting separate workerrole.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -