fix aafigure diagram
This commit is contained in:
parent
c5f714c605
commit
b47599d216
|
@ -114,7 +114,7 @@ ifneq ($(STAGE),)
|
|||
endif
|
||||
|
||||
%.png:%.diagram
|
||||
aafigure -o $@ $?
|
||||
aafigure --scale 0.6 -o $@ $?
|
||||
ifneq ($(STAGE),)
|
||||
cp $@ $(WEB_PATH)/$@
|
||||
endif
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 3.4 KiB |
BIN
docs/storage.png
BIN
docs/storage.png
Binary file not shown.
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 4.7 KiB |
|
@ -1,15 +1,15 @@
|
|||
|
||||
decrypt in place move buffer ref.
|
||||
+----------------+ (no copy) +------------+ (no copy) +------------+
|
||||
| receive buffer +--=-------------->| plain text +--=--------------->| disk cache |
|
||||
+----------------+ | buffer | +------+-----+
|
||||
^ +------------+ |
|
||||
| read() on socket write() to file |
|
||||
| (copy) (copy) |
|
||||
"decrypt in place" "move buffer ref."
|
||||
+------------------+ "(no copy)" +--------------+ "(no copy)" +--------------+
|
||||
| "receive buffer" +--=------------>| "plain text" +--=------------->| "disk cache" |
|
||||
+------------------+ | "buffer" | +------+-------+
|
||||
^ +--------------+ |
|
||||
| "read() on socket" "write() to file" |
|
||||
| "(copy)" "(copy)" |
|
||||
---=----|---------------------------------=---------------------------------|--=----
|
||||
| kernel space |
|
||||
| "kernel space" |
|
||||
| v
|
||||
+-------+--------+ +-------------------+
|
||||
| socket kernel | | kernel page cache |
|
||||
| buffer | | |
|
||||
+----------------+ +-------------------+
|
||||
+-------+---------+ +---------------------+
|
||||
| "socket kernel" | | "kernel page cache" |
|
||||
| "buffer" | | |
|
||||
+-----------------+ +---------------------+
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 3.1 KiB |
Loading…
Reference in New Issue