Author: Alexander Barkov
Email: [EMAIL PROTECTED]
Message:
> Did I miss an option to start many indexers at once,
> e.g.:
> 
> sbin/indexer -N 20
> # starts 20 parallel indexers, or in threaded os, 20 parallel threads,
> # using the same conf and db.

This works only in threaded version, to run one indexer with
20 threads. To start 20 indexers just start them:

indexer &
indexer &
indexer &
....
indexer &


> sbin/indexer -K 
> # kills running indexers
> 

killall indexer



Reply: <http://www.mnogosearch.org/board/message.php?id=3001>

___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to