From 65048d17fbeb48f197c271a98432c355fe52052b Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Mon, 28 May 2012 21:25:44 +0900 Subject: [PATCH] Updated README.rst --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index cd2b2b4..9c4f7e0 100644 --- a/README.rst +++ b/README.rst @@ -154,8 +154,10 @@ the command-line:: [ 0.077] send GOAWAY frame (last_good_stream_id=0) -SPDY server is called ``spdyd``. It is a non-blocking server and only -serves static contents. It can speak SPDY/2 and SPDY/3:: +SPDY server is called ``spdyd`` and serves static files. It is single +threaded and multiplexes connections using non-blocking socket. The +static files are read using blocking I/O system call, read(2). It +speaks SPDY/2 and SPDY/3:: $ examples/spdyd --htdocs=/your/htdocs/ -v 3000 server.key server.crt IPv4: listen on port 3000