Modify grammatical errors
Change-Id: I8c1cd79179eb3930b1ce69c63015adc5ec4a1d3c
This commit is contained in:
parent
4e4e1a4d49
commit
fae5b7a681
@ -4,7 +4,7 @@ other:
|
|||||||
On rabbitmq, in the past, acknownlegement of messages was done within the
|
On rabbitmq, in the past, acknownlegement of messages was done within the
|
||||||
application callback thread/greenlet. This thread was blocked until the
|
application callback thread/greenlet. This thread was blocked until the
|
||||||
message was ack. In newton, we rewrote the message acknownlegement to
|
message was ack. In newton, we rewrote the message acknownlegement to
|
||||||
ensure we haven't two threads writting the the socket at the same times.
|
ensure we haven't two threads writting the socket at the same times.
|
||||||
Now all pendings ack are done by the main thread. They are no more reason
|
Now all pendings ack are done by the main thread. They are no more reason
|
||||||
to block the application callback thread until the message is ack. Other
|
to block the application callback thread until the message is ack. Other
|
||||||
driver already release the application callback threads before the message
|
driver already release the application callback threads before the message
|
||||||
|
Loading…
x
Reference in New Issue
Block a user