* Setting CapsBase async handler threads to background threads. This *may* resolve the issue with libomv hanging open for ~20 seconds when shutting down

* Set EventQueueServer handling thread to background
* Commented out some noisy debugging in EventQueueServer

git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2573 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2009-04-01 23:47:06 +00:00
parent 0ab179e59d
commit 6d8d41b10d
2 changed files with 9 additions and 7 deletions

View File

@@ -209,6 +209,7 @@ namespace OpenMetaverse.Http
}
}
);
asyncThread.IsBackground = true;
asyncThread.Start();
}