Subject: Set thread names to assist debugging MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) Content-Disposition: inline X-RT-Interface: Web Message-ID: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: binary X-RT-Original-Encoding: utf-8 X-RT-Encrypt: 0 X-RT-Sign: 0 Content-Length: 409 On some operating systems it's possible to set the name of a thread as displayed by 'ps', etc. For example on Linux this requires the (non-portable) pthread_setname_np() function. Since the threads are all managed in libisc I suggest that the threads should be given names thus: isc-worker%04x isc-timer isc-sockmgr [ the name length limit on Linux is 16 chars, including the terminating NUL]