mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
* Adds the ability to have a thread efficient long poll service (such as the eventqueue)
* If this doesn't melt the Http Server, this will significantly reduce the number of threads in use on regions with many users. * Adds AddPollServiceHTTPHandler, and RemovePollServiceHTTPHandler to BaseHttpServer * Generic enough to be used for many long poll services, not only the EventQueue.
This commit is contained in:
@@ -2339,6 +2339,11 @@
|
||||
<exception cref="T:System.ArgumentNullException"></exception>
|
||||
<exception cref="T:System.ArgumentOutOfRangeException"></exception>
|
||||
</member>
|
||||
<member name="M:HttpServer.IHttpClientContext.Close">
|
||||
<summary>
|
||||
Closes the streams and disposes of the unmanaged resources
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:HttpServer.IHttpClientContext.Secured">
|
||||
<summary>
|
||||
Using SSL or other encryption method.
|
||||
|
||||
Reference in New Issue
Block a user