aboutsummaryrefslogtreecommitdiff
path: root/doc/wydawca.texi
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-04-16 19:54:23 +0300
committerSergey Poznyakoff <gray@gnu.org>2020-04-16 20:03:29 +0300
commita6cc8f5fcbcbf4c707149940de2ee9a33220c34d (patch)
tree3b0da6ae669a58779c9f40503191e6808a60e1b9 /doc/wydawca.texi
parent2cc5b63b5f90d2dd9b05f50ac28e379d417f1a8c (diff)
downloadwydawca-a6cc8f5fcbcbf4c707149940de2ee9a33220c34d.tar.gz
wydawca-a6cc8f5fcbcbf4c707149940de2ee9a33220c34d.tar.bz2
Rewrite as a multi-threaded program.
* NEWS: Update. * configure.ac: Version 3.1.95 * src/Makefile.am (wydawca_SOURCES): Remove job.c (LDADD): Link with libpthread. * src/job.c: Remove. * src/config.c: Remove the wakeup-interval statement. * src/net.c (wydawca_listener): Rewrite as a thread function wy_thr_listen. * src/timer.c (timer_get): Use thread-specific storage. (timer_get_count): Remove. * src/triplet.c: Rewrite using multi-thread model. * src/wydawca.c: Likewise. * src/wydawca.h: Update. * tests/check-fail.at: Update expected output. * tests/check-notify.at: Likewise. * tests/inotify-ok.at: Likewise. * tests/inotify-rmsymlink.at: Likewise. * tests/inotify-symlink.at: Likewise. * tests/inotify-unatt00.at: Likewise. * tests/inotify-unatt01.at: Likewise. * tests/upl12f.at: Likewise. * tests/upload-dry.at: Likewise. `
Diffstat (limited to 'doc/wydawca.texi')
-rw-r--r--doc/wydawca.texi14
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/wydawca.texi b/doc/wydawca.texi
index e4365ec..430e300 100644
--- a/doc/wydawca.texi
+++ b/doc/wydawca.texi
@@ -1129,16 +1129,6 @@ Declare a special service name, which will be treated as a request to
process all spools.
@end deffn
-@deffn {Config} wakeup-interval time
-Specifies the wake-up interval for the daemon. If no connections
-are requested during @var{time}, the server will wake up
-and sweep all the configured spools. It is useful for periodical
-removal of expired triplets. See also @code{file-sweep-time}
-statement (@pxref{general, file-sweep-time}).
-
-@xref{time interval specification}, for the syntax of @var{time}.
-@end deffn
-
@deffn {Config} pidfile file
Store master process @acronym{PID} in @var{file}. Default pidfile
location is @file{@var{localstatedir}/run/wydawca.pid}.
@@ -3361,10 +3351,6 @@ foreground @var{arg:@i{boolean}};
# @xref{general, single-process}.
single-process @var{arg:@i{boolean}};
-# @r{Set wake-up interval.}
-# @xref{general, wakeup-interval}.
-wakeup-interval @var{time:@i{string}};
-
# @r{Set pid file name.}
# @xref{general, pidfile}.
pidfile @var{file:@i{string}};

Return to:

Send suggestions and report system problems to the System administrator.