diff options
author | Teravus Ovares | 2009-07-29 02:15:45 +0000 |
---|---|---|
committer | Teravus Ovares | 2009-07-29 02:15:45 +0000 |
commit | 032aeb8b5d05f5f5a8ef8c6e0fe572a321717c35 (patch) | |
tree | 63d21eaa99b003b47f8eceb09e21b6c4f32ae4f7 /bin/HttpServer_OpenSim.xml | |
parent | Add the missing block to the alert message (diff) | |
download | opensim-SC_OLD-032aeb8b5d05f5f5a8ef8c6e0fe572a321717c35.zip opensim-SC_OLD-032aeb8b5d05f5f5a8ef8c6e0fe572a321717c35.tar.gz opensim-SC_OLD-032aeb8b5d05f5f5a8ef8c6e0fe572a321717c35.tar.bz2 opensim-SC_OLD-032aeb8b5d05f5f5a8ef8c6e0fe572a321717c35.tar.xz |
* 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.
Diffstat (limited to '')
-rw-r--r-- | bin/HttpServer_OpenSim.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/HttpServer_OpenSim.xml b/bin/HttpServer_OpenSim.xml index 22cc1c0..c549ebc 100644 --- a/bin/HttpServer_OpenSim.xml +++ b/bin/HttpServer_OpenSim.xml | |||
@@ -2339,6 +2339,11 @@ | |||
2339 | <exception cref="T:System.ArgumentNullException"></exception> | 2339 | <exception cref="T:System.ArgumentNullException"></exception> |
2340 | <exception cref="T:System.ArgumentOutOfRangeException"></exception> | 2340 | <exception cref="T:System.ArgumentOutOfRangeException"></exception> |
2341 | </member> | 2341 | </member> |
2342 | <member name="M:HttpServer.IHttpClientContext.Close"> | ||
2343 | <summary> | ||
2344 | Closes the streams and disposes of the unmanaged resources | ||
2345 | </summary> | ||
2346 | </member> | ||
2342 | <member name="P:HttpServer.IHttpClientContext.Secured"> | 2347 | <member name="P:HttpServer.IHttpClientContext.Secured"> |
2343 | <summary> | 2348 | <summary> |
2344 | Using SSL or other encryption method. | 2349 | Using SSL or other encryption method. |