From 032aeb8b5d05f5f5a8ef8c6e0fe572a321717c35 Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Wed, 29 Jul 2009 02:15:45 +0000 Subject: * 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. --- bin/HttpServer_OpenSim.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bin/HttpServer_OpenSim.xml') 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 @@ + + + Closes the streams and disposes of the unmanaged resources + + Using SSL or other encryption method. -- cgit v1.1