[Opensim-dev] REST handlers use partial string matching

Dahlia Trimble dahliatrimble at gmail.com
Tue Apr 1 19:56:44 UTC 2014


Not sure about this particular application but keeping a connection open
can eliminate the need to instantiate a connection whenever a request is
made; a process that can make several round trips to multiple endpoints.


On Tue, Apr 1, 2014 at 12:52 PM, Mic Bowman <cmickeyb at gmail.com> wrote:

> Do you really save much with a single request vs a keep alive on the
> connection? HTTP connection overhead is likely much smaller than the
> database operations... do you have a feel for how much we'll save with the
> multiplexed call?
>
> --mic
>
>
>
> On Tue, Apr 1, 2014 at 12:49 PM, Oren Hurvitz <orenh at kitely.com> wrote:
>
>> Re: why use POST instead of HEAD: because this lets me check the
>> existence of
>> many assets at once with a single HTTP request. The main use of the
>> AssetsExist call is with HGAssetGatherer, which knows the full list of
>> assets that it wants to send, so it's able to check all of them at once.
>>
>>
>>
>> --
>> View this message in context:
>> http://opensim-dev.2196679.n2.nabble.com/REST-handlers-use-partial-string-matching-tp7579119p7579127.html
>> Sent from the opensim-dev mailing list archive at Nabble.com.
>> _______________________________________________
>> Opensim-dev mailing list
>> Opensim-dev at lists.berlios.de
>> https://lists.berlios.de/mailman/listinfo/opensim-dev
>>
>
>
> _______________________________________________
> Opensim-dev mailing list
> Opensim-dev at lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/opensim-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://opensimulator.org/pipermail/opensim-dev/attachments/20140401/d009a856/attachment-0001.html>


More information about the Opensim-dev mailing list