[Mono-devel-list] new ThreadPool implementation

Jonathan Hogg jonathan at onegoodidea.com
Wed Jun 25 02:51:53 EDT 2003


On 25/6/03 3:55, eric lindvall wrote:

> maybe i didn't understand something from this code, but how is it a thread
> pool? it doesn't seem to be using threads at all. were you trying to make
> a single-threaded implementation of ThreadPool?

It appears to be using the async invoke functionality, which does a call on
another thread.

My questions would be: does the runtime already maintain a thread pool for
async? Presuming so, are there any side-effects of re-using it?

Seems pretty neat to me.

Jonathan




More information about the Mono-devel-list mailing list