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