必要:
- DB のジョブ キューからジョブを実行する Windows サービス
募集:
- このタイプのアプリケーションのサンプル コード、ガイダンス、またはベスト プラクティス
バックグラウンド:
- A user will click on an ashx link that will insert a row into the DB.
- I need my windows service to periodically poll for rows in this table, and it should execute a unit of work for each row.
Emphasis:
- This isn't completely new terrain for me.
- EDIT: You can assume that I know how to create a Windows Service and basic data access.
- But I need to write this service from scratch.
- And I'd just like to know upfront what I need to consider.
- EDIT: I'm most worried about jobs that fail, contention for jobs, and keeping the service running.