mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
status: work-in-progress, non-functional
fleshing out OSHttpRequestPump code.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user