remove mention of threading

This commit is contained in:
rsc 2007-04-06 13:47:57 +00:00
parent ada7ea055b
commit c56d0f1086

View file

@ -613,15 +613,15 @@ should take care to enforce permissions
where appropriate. where appropriate.
.TP .TP
.I Flush .I Flush
Single-threaded servers, which always call Servers that always call
.I respond .I respond
before returning from the service functions, before returning from the service functions
need not provide a need not provide a
.I flush .I flush
implementation: implementation:
.I flush .I flush
is only necessary in multithreaded programs, is only necessary in programs which
which arrange for arrange for
.I respond .I respond
to be called asynchronously. to be called asynchronously.
.I Flush .I Flush