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 <or...@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@lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/opensim-dev
>
_______________________________________________
Opensim-dev mailing list
Opensim-dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/opensim-dev

Reply via email to