status: work-in-progress, non-functional

fleshing out OSHttpRequestPump code.
This commit is contained in:
Dr Scofield
2008-06-27 15:57:33 +00:00
parent 6175021300
commit 92e04ea587
3 changed files with 165 additions and 0 deletions

View File

@@ -151,6 +151,10 @@ namespace OpenSim.Framework.Servers
_engine.Start();
ThreadTracker.Add(_engine);
// start the pumps...
for (int i = 0; i < _pumps.Length; i++)
_pumps[i].Start();
}
/// <summary>