![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
The work item server process uses the select system call when waiting for client requests. It passes this the NOFILE/MAXFILES kernel parameter to receive as many clients as possible. This can cause a problem if this number is greater than FD_SETSIZE. If this happens, WIS_MAXFILEDESC can be set to a number greater than 0 but less than FD_SETSIZE.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |