/// Number of TConnection object we've created
size_t numTConnections_;
- /// Number of Connections processing or waiting to process
+ /// Number of Connections processing or waiting to process
size_t numActiveProcessors_;
/// Limit for how many TConnection objects to cache
* Can be called either when processing is completed or when a waiting
* task has been preemptively terminated (on overload).
*
- * @return true if successful, false if unable to notify (check errno).
+ * @return true if successful, false if unable to notify (check errno).
*/
bool notifyServer() {
TConnection* connection = this;