about summary refs log tree commit homepage
path: root/.document
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-08-13 20:43:45 +0000
committerEric Wong <e@80x24.org>2015-08-13 20:53:54 +0000
commit4347980fa66115425fa8b765353c8b1bfe5dec24 (patch)
tree43013b5613a4f5590ca7f0f134991863da621d6d /.document
parent45da2860d48f6620b01699e6f08d573436aa6733 (diff)
downloadkgio-4347980fa66115425fa8b765353c8b1bfe5dec24.tar.gz
Maintaining global state in a library like kgio is ugly, and it
is not optimal from a performance standpoint compared to using
MSG_MORE.

TCP_CORK and TCP_NOPUSH require extra syscalls so it still offers
sub-optimal performance compared to MSG_MORE.

Instead, server developers should use MSG_MORE if their OS supports
it (and should add MSG_MORE to their OS if lacking it).
Diffstat (limited to '.document')
-rw-r--r--.document1
1 files changed, 0 insertions, 1 deletions
diff --git a/.document b/.document
index c7e09c6..f3a0872 100644
--- a/.document
+++ b/.document
@@ -7,7 +7,6 @@ ISSUES
 HACKING
 lib
 ext/kgio/accept.c
-ext/kgio/autopush.c
 ext/kgio/connect.c
 ext/kgio/kgio_ext.c
 ext/kgio/poll.c