diff options
author | Melanie Thielker | 2008-08-13 19:22:32 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-08-13 19:22:32 +0000 |
commit | 0a18d544c5467488a0d3a57c549cdaebab4c5d35 (patch) | |
tree | c826c34b32f9e24a5b88b8d54c56ba98a083a32f /OpenSim/Grid/MessagingServer | |
parent | Mantis#1942. Thank you kindly, Tyre for a patch that: (diff) | |
download | opensim-SC_OLD-0a18d544c5467488a0d3a57c549cdaebab4c5d35.zip opensim-SC_OLD-0a18d544c5467488a0d3a57c549cdaebab4c5d35.tar.gz opensim-SC_OLD-0a18d544c5467488a0d3a57c549cdaebab4c5d35.tar.bz2 opensim-SC_OLD-0a18d544c5467488a0d3a57c549cdaebab4c5d35.tar.xz |
Mantis #1936
Thank you, gsky, for a patch that corrects the threading model
to use the multithreaded apartment in the grid servers and
region server.
Diffstat (limited to 'OpenSim/Grid/MessagingServer')
-rw-r--r-- | OpenSim/Grid/MessagingServer/Main.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Grid/MessagingServer/Main.cs b/OpenSim/Grid/MessagingServer/Main.cs index 781b49b..de20d01 100644 --- a/OpenSim/Grid/MessagingServer/Main.cs +++ b/OpenSim/Grid/MessagingServer/Main.cs | |||
@@ -50,7 +50,6 @@ namespace OpenSim.Grid.MessagingServer | |||
50 | 50 | ||
51 | // private LLUUID m_lastCreatedUser = LLUUID.Random(); | 51 | // private LLUUID m_lastCreatedUser = LLUUID.Random(); |
52 | 52 | ||
53 | [STAThread] | ||
54 | public static void Main(string[] args) | 53 | public static void Main(string[] args) |
55 | { | 54 | { |
56 | XmlConfigurator.Configure(); | 55 | XmlConfigurator.Configure(); |