X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=doc%2Fhtpipe.doc;fp=doc%2Fhtpipe.doc;h=cf90e5f8415b414d2cbb1e8e2beb31d4e7e7e240;hp=f45955d2db4d1a37e1881952428dd1d237d96003;hb=3c797bcbfe642eeb4f8155fc7081b925494d661b;hpb=8fb1e0436e5fa918941bc4512bafef85d9dbf993 diff --git a/doc/htpipe.doc b/doc/htpipe.doc index f45955d..cf90e5f 100644 --- a/doc/htpipe.doc +++ b/doc/htpipe.doc @@ -25,10 +25,10 @@ handler program as specified by 'CHILD' and 'ARGS', accept connections on said socket, and pass requests received on such connections to the handler program. It can handle an arbitrary amount of such connections, but it is not implemented for high performance with a -large number of connections. It is expected that the ordinary will -involve very few connections, usually only one at a time. +large number of connections. It is expected that the ordinary case +will involve very few connections, usually only one at a time. -If the *-C* flag is given the start *htpipe* in client mode, *htpipe* +If the *-C* flag is given to start *htpipe* in client mode, *htpipe* will connect to the socket named by 'SOCKET-PATH', accept requests from standard input, and pass such requests over said socket, presumably to an *htpipe* instance running in server mode on the other