Use JobQueue to process RPC-JSON asynchronously

This commit is contained in:
Vinnie Falco
2013-09-22 01:07:58 -07:00
parent 7dd41ffb5b
commit d16aa7f928
14 changed files with 215 additions and 85 deletions

View File

@@ -12,7 +12,6 @@ Session::Session ()
, tag (nullptr)
{
content.reserve (1000);
reply.reserve (1000);
}
ScopedStream Session::operator<< (