[12632] Revert previous commit (see Notes)

This commit is contained in:
billy1arm 2013-05-31 13:50:57 +01:00 committed by Antz
parent 1cd806c02e
commit ef445ea523
1462 changed files with 9689 additions and 7080 deletions

View file

@ -800,7 +800,7 @@ void tbb_connection_v1::adjust_job_count_estimate( int delta ) {
}
//! wake some available tbb threads
/**
/*
First, atomically grab the connection, then increase the server ref count to keep it from being released prematurely.
Second, check if the balance is available for TBB and the tbb conneciton has slack to exploit.
If the answer is true, go ahead and try to wake some up.