X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=doc%2Fthreads;fp=doc%2Fthreads;h=d65a09e949a2b528b813c5d2a6905cfd7351313d;hp=be5b50b7434eaf82623895d578c2893c73dde50c;hb=d3de388ad48ce3ac1a5150232513ba173eaad0ae;hpb=25a7ae30683a46e727ec23f198bdd8b797dd907f diff --git a/doc/threads b/doc/threads index be5b50b74..d65a09e94 100644 --- a/doc/threads +++ b/doc/threads @@ -50,7 +50,7 @@ The server has seven basic threads: while the update is in progress. select: This thread and its interface provides a mechanism for - other threads to deschedule until either a a file descriptor + other threads to deschedule until either a file descriptor is read/write ready, or a particular amount of time has passed. When the select thread actually runs, the whole process blocks until the select system call returns. However,