[Opensim-dev] Threading strategy

Tleiades tleiades at hotmail.com
Mon Sep 24 16:16:01 UTC 2007


Hi

> How would the thread pool help ? IMHO the threads should be per-region, not per-client - then the number of threads would be quite limited.

Ok, I can see that I may not have been clear in my communications, sorry about that. What I was trying to say was that, IMO is this:

1) I think that the current codebase, having a lot of different strategies for handling threading is makes the code harder to read.
2) That Threadpools, were designed into the .NET framework, to assist in creating multithreaded applications, without introducing the overhead of an application having a lot of threads (creating, destroying and switching threads)

To my knowledge, each application domain has a separate threadpool, consequently I believe that the threadpool is a per-region thing.

/Tleiades
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://opensimulator.org/pipermail/opensim-dev/attachments/20070924/6c6e02bb/attachment-0001.html>


More information about the Opensim-dev mailing list