Add note that there is a kernel-imposed limit on the number of threads

in a KSE group that may be simultaneously blocked in the kernel.
This commit is contained in:
Archie Cobbs 2002-10-08 22:42:42 +00:00
parent 7e75296d52
commit 30e25a918b

View File

@ -198,6 +198,13 @@ it is added to the KSE group's list of
threads.
This list is presented to the user code at the next upcall as a linked list
of thread mailboxes.
.Pp
There is a kernel-imposed limit on the number of threads in a KSE group
that may be simultaneously blocked in the kernel (this number is not
currently visible to the user).
When this limit is reached, upcalls are blocked and no work is performed
for the KSE group until one of the threads completes (or a signal is
received).
.\"
.Ss Managing KSEs
.\"