[Stgt-devel] More threads for device server

FUJITA Tomonori tomof at acm.org
Mon Sep 5 03:54:16 CEST 2005


The current code uses work queue for performing SCSI commands (or
block target's tasks). Work queue is simple and good enough for
debugging, however, a single thread per CPU is not good enough (from
the performance perspective).

I thought about creating multiple kernel threads by hand. Are there
handy APIs?



More information about the stgt mailing list