README.PTHREAD: this file is not complete yet... WHAT'S PTHREAD VERSION ? ------------------------ This version of floyd can be compiled with PTHREAD support. In non-PTHREAD version, one floyd process can execute only one task, which controls just one LED with a certain operating mode (eg. load average mode, or packet load mode). If floyd is compiled with PTHREAD, it can deal with multiple tasks with a single `process' of floyd. The `task' includes a single job controlling a particular LED with a particular operating mode, which is run as `thread' in PTHREAD version of floyd. Here is an example defining three floyd `job's: # ./floyd -C -- -Npi ppp0 -- -Spi eth0