Edited wiki page through web user interface.

This commit is contained in:
Louwrentius 2010-07-18 13:10:44 +00:00
parent 4527b90136
commit 19b9b5a19e

View File

@ -7,9 +7,9 @@ PPSS can be run as a daemon, monitoring a file or directory for new items. If (n
When running as a daemon there is a risk that as soon PPSS detects a new file, it starts processing, while the file has not been fully written to disk. To prevent this risk, there are three options for running PPSS as a daemon: When running as a daemon there is a risk that as soon PPSS detects a new file, it starts processing, while the file has not been fully written to disk. To prevent this risk, there are three options for running PPSS as a daemon:
- standard (default if inotify is not available) * standard (default if inotify is not available)
- with Linux inotify (default if available) * with Linux inotify (default if available)
- with manual locking * with manual locking
== Standard daemon mode == == Standard daemon mode ==