Added ability to use SmartThreadPool

This commit is contained in:
Latif Khalifa
2013-07-18 20:00:11 +02:00
parent 21f82ab380
commit f1b8fcaf47
10 changed files with 248 additions and 14 deletions

View File

@@ -108,6 +108,9 @@ namespace OpenMetaverse
/// </summary>
public GridClient()
{
// Initialise ThreadPool
WorkPool.Init(true);
// These are order-dependant
Network = new NetworkManager(this);
Settings = new Settings(this);