From 31fd95dc8f7e81c201b00cdcc3db949fbd5835d9 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sat, 26 Apr 2025 08:59:28 +1000 Subject: [PATCH] README: add blurb about multithreading Signed-off-by: Ronnie Sahlberg --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4a3c9be..e091cb7 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,13 @@ Example: iscsi://server/iqn.ronnie.test/1 +MULTITHREADING +============== +Multithreading is supported both on Linux, using pthreads, and Windows, using native API. +By default libicsi will start with multithreading disabled and you will need +to activate once connected to the LUN. +There are examples of multithreading in the examples directory. + CHAP Authentication =================== CHAP authentication can be specified two ways. Either via the URL itself