Description[mojo] Implement data pipe using a shared buffer.
The general modification is as follows: Store a ring buffer using a shared buffer. Each side maintains its own state of the ring buffer, and tells the other side when it reads or writes. Since one side might not be able to create a shared buffer (due to permissions), one side will try to create it, and if it can't, ask the other side to create it.
BUG=556258
Patch Set 1 #Patch Set 2 : #Patch Set 3 : #Patch Set 4 : #Patch Set 5 : #Patch Set 6 : #Patch Set 7 : #Patch Set 8 : #Patch Set 9 : #
Total comments: 18
Patch Set 10 : comments #Patch Set 11 : #Patch Set 12 : #Patch Set 13 : #
Total comments: 14
Patch Set 14 : #
Total comments: 11
Patch Set 15 : #
Depends on Patchset: Messages
Total messages: 14 (2 generated)
|