afb8674c79
The thread pool is used by libzfs to implement parallel disk scanning. Without this change our dummy wrapper made `zpool import ZZZ` command to scan all disks sequentially from the single thread when searching for pools. This change makes it use two threads per CPU, same as in OpenSolaris. On system with 200 HDDs this change reduces ZFS pool import time from 35 to 22 seconds. |
||
---|---|---|
.. | ||
drti | ||
libavl | ||
libctf | ||
libdtrace | ||
libnvpair | ||
libumem | ||
libuutil | ||
libzfs | ||
libzfs_core | ||
libzpool | ||
tests | ||
Makefile | ||
Makefile.inc |