[Opensim-dev] WxServices

James Hughes jamesh at bluewallgroup.com
Mon Apr 25 11:00:21 UTC 2011


On 04/22/2011 08:07 PM, Justin Clark-Casey wrote:
> On 20/04/11 03:28, BlueWall wrote:
>>
>> Pushed a middleware framework for resource connector development in the
>> addon-modules tradition to WxService branch. Optional https support too.
>> Some early doc and example code at http://bit.ly/gYbzRH .
>
> As a preliminary question, how does this improve upon having the
> region modules add their own handlers via
> IHttpServer.AddStreamHandler() which I see is the call that
> WxService.AddWxHandler() is making?
>
> Apologies if you've already answered this in the post and my late
> night comprehension skills are a bit shaky.
>
Hi Justin,

This is built on Robust. It uses Robust to provide the base and
configuration for the handlers. WxService.AddWxHandler() is part of the
interface the handlers are required to implement so that the handlers
can be pushed out to a place that is easier to manage form user-land.
Like region modules, but implemented in Robust for things that should be
central to the entire grid.

BlueWall



More information about the Opensim-dev mailing list