Skip to content

Commit

Permalink
Some notes on Chunked Pipeline. NOP. TESTED.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joubin Houshyar committed Jan 19, 2012
1 parent 4576b1d commit 3c3b93c
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -314,6 +314,7 @@ else if(cmd == Command.QUIT) { // BUG ALERT: see above (ditto)
}

/* NOTE: this is the bottleneck now and quite possibly the cause of the jitter */
/* cond here inside sync block is 1:1 consumer producer */
pendingResponseQueue.add(queuedRequest);
}
} catch (IOException e) {
Expand Down

0 comments on commit 3c3b93c

Please sign in to comment.