Justin Clark-Casey (justincc)
|
05dff4987b
Restart the event queue worker threads that I accidentally disabled earlier today in 8a0a78c.
|
13 lat temu |
Justin Clark-Casey (justincc)
|
a3c79b399e
Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead of the other way around.
|
13 lat temu |
Justin Clark-Casey (justincc)
|
e5286b7b7c
Fix bugs in EventQueueGetModule.ClientClosed() and BaseHttpServer.RemovePollServerHTTPHandler() that stopped existing code in ClientClosed() from actually tearing down the poll handler
|
13 lat temu |
John Hurliman
|
b2ed348aa2
Implemented a Watchdog class. Do not manually create Thread objects anymore, use Watchdog.StartThread(). While your thread is running call Watchdog.UpdateThread(). When it is shutting down call Watchdog.RemoveThread(). Most of the threads in OpenSim have been updated
|
15 lat temu |
Melanie
|
bc9e4cfd96
Add a RequestID (UUID.Random()) to the PollRequest and pass it to all
|
15 lat temu |
Melanie
|
04170521f0
Add a UUID param to NoEvents in PollServiceEventArgs to make it more generic
|
15 lat temu |
Jeff Ames
|
4ce5c894cf
Add copyright header. Formatting cleanup.
|
15 lat temu |
Teravus Ovares
|
f727f26bcc
* An attempt to fix mantis #3953
|
15 lat temu |
Teravus Ovares
|
032aeb8b5d
* Adds the ability to have a thread efficient long poll service (such as the eventqueue)
|
15 lat temu |