I have a console application where I create a Organization.svc - service proxy instance.
Then I do several dozens of requests in parallel using the RetrieveMultiple method.
But it looks like the requests get queued on the server, because the performance benefit is small, only two minutes compared to a bunch of synchronous calls.
Can i tweak some settings on the CRM server to make it work better/faster?