Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.411 (Entity 5.404) Subject: plugins should be thread-safe X-RT-Original-Encoding: iso-8859-1 Content-Length: 293 The current kdb plugin interface has a thread safety flag. I think this should be removed, and plugins required to be thread-safe; if they're not thread-safe internally, they can use the thread support functions (which will need to be) in the support library to implement their own locking.