On 2012-06-08, Christian Grobmeier wrote:

> Hi,

> On Fri, Jun 8, 2012 at 8:39 AM, Dominik Psenner <[email protected]> wrote:

>> * the ThreadPool should be used in favour over a designated worker Thread

> no idea becuase I have no clue on .NET, but it sounds like fun :-)

.Net has a built-in thread pool it uses for all kinds of internal stuff,
including async executions of user events or serving ASP.NET requests -
and it provides access to it for user code.  Rather than creating new
ad-hoc Threads you re-use one of the pool.

Stefan

Reply via email to