From 64bd9a335444379ebe1cad8e34d5b5953a76f671 Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Sat, 25 Jul 2009 15:49:10 +0000 Subject: * Updates libOMV to version 0.7.0 * Uses mantis #3811 as a base (thanks jhuliman) with changes. * E-mail regarding interface changes sent to the opensim-dev list * Archive: https://lists.berlios.de/pipermail/opensim-dev/2009-July/007219.html --- bin/OpenMetaverse.Http.XML | 57 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 bin/OpenMetaverse.Http.XML (limited to 'bin/OpenMetaverse.Http.XML') diff --git a/bin/OpenMetaverse.Http.XML b/bin/OpenMetaverse.Http.XML new file mode 100644 index 0000000..4cce222 --- /dev/null +++ b/bin/OpenMetaverse.Http.XML @@ -0,0 +1,57 @@ + + + + OpenMetaverse.Http + + + + + Singleton logging class for the entire library + + + + log4net logging engine + + + + Singleton instance of this class + + + + = + + + Number of times we've received an unknown CAPS exception in series. + + + For exponential backoff on error. + + + The number of milliseconds to wait before the connection times out + and an empty response is sent to the client. This value should be higher + than BATCH_WAIT_INTERVAL for the timeout to function properly + + + This interval defines the amount of time to wait, in milliseconds, + for new events to show up on the queue before sending a response to the + client and completing the HTTP request. The interval also specifies the + maximum time that can pass before the queue shuts down after Stop() or the + class destructor is called + + + Since multiple events can be batched together and sent in the same + response, this prevents the event queue thread from infinitely dequeueing + events and never sending a response if there is a constant stream of new + events + + + + Delegate for handling incoming HTTP requests through a capability + + Client context + HTTP request + HTTP response + User-defined state object + + + -- cgit v1.1