Issue: 10 simultaneous TPs, many not making it. Now bypassing the per-url lock -- we should be "ok" (or, more "ok") now that we have increased the connection limit on the http library. But this is a sensitive part of the code, so it may need reverting.

TeleportWork
Diva Canto 2013-08-02 17:00:18 -07:00
parent 07e4958b19
commit 5198df3aa0
1 changed files with 3 additions and 3 deletions

View File

@ -145,10 +145,10 @@ namespace OpenSim.Framework
public static OSDMap ServiceOSDRequest(string url, OSDMap data, string method, int timeout, bool compressed)
{
lock (EndPointLock(url))
{
//lock (EndPointLock(url))
//{
return ServiceOSDRequestWorker(url,data,method,timeout,compressed);
}
//}
}
public static void LogOutgoingDetail(Stream outputStream)