mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
* Changed the misc. methods calling ThreadPool.UnsafeQueueUserWorkItem() to Util.FireAndForget()
* Changed Util.FireAndForget() to use any of five different methods set with async_call_method in the [Startup] section of OpenSim.ini. Look at the example config for possible values
This commit is contained in:
@@ -31,6 +31,15 @@
|
||||
|
||||
; To run a script every few minutes, set the script filename here
|
||||
; timer_Script = "filename"
|
||||
|
||||
; ##
|
||||
; ## SYSTEM
|
||||
; ##
|
||||
|
||||
; Sets the method that OpenSim will use to fire asynchronous
|
||||
; events. Valid values are UnsafeQueueUserWorkItem,
|
||||
; QueueUserWorkItem, BeginInvoke, SmartThreadPool, and Thread
|
||||
async_call_method = UnsafeQueueUserWorkItem
|
||||
|
||||
; ##
|
||||
; ## CLIENTS
|
||||
|
||||
Reference in New Issue
Block a user