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

@@ -590,7 +590,7 @@ private:
default:
// Someone added a JobType but forgot to set a limit.
// Did they also forget to add it to ripple_Job.cpp?
// Did they also forget to add it to Job.cpp?
bassertfalse;
break;
@@ -600,6 +600,7 @@ private:
case jtPROPOSAL_ut:
case jtUPDATE_PF:
case jtCLIENT:
case jtRPC:
case jtTRANSACTION:
case jtPUBLEDGER:
case jtADVANCE: