bulkmail_register_thread thread_idWhat it does:
Register a thread in the thread_queueDefined in: /web/philip/tcl/bulkmail-utils.tcl
Source code:
ns_share bulkmail_thread_queue_mutex ns_share bulkmail_thread_queue ns_mutex lock $bulkmail_thread_queue_mutex catch { lappend bulkmail_thread_queue $thread_id } ns_mutex unlock $bulkmail_thread_queue_mutex