Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Waiting for background thread pattern
Message
From
18/05/2011 12:10:15
Timothy Bryan
Sharpline Consultants
Conroe, Texas, United States
 
 
To
All
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
Waiting for background thread pattern
Environment versions
Environment:
C# 4.0
OS:
Windows XP SP2
Application:
Desktop
Miscellaneous
Thread ID:
01510997
Message ID:
01510997
Views:
96
Hi all,

I am making some changes to an application to help with performance. On the startup currently there are lots of objects and initialization that needs to be performed and currently this is blocking the UI thread. I am moving these things to a Background worker thread so the UI can continue to load and present. The question is I am looking for an appropriate pattern or design that I could implement to know if the user attempts something that requires the Background worker to be done before the worker is completed it would wait. This means either the worker is done and the user action could continue; or the user attempt is waited pending the completion of the worker thread. In addition, if the user exits, I would need to cancel the worker thread if it is still running.

I have experimented with a couple of mechanisms but thinking there may already be some design pattern for this.
Thanks
Timothy Bryan
Next
Reply
Map
View

Click here to load this message in the networking platform