Skip Menu |
 

Subject: plugins should be thread-safe
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.
I think this has been done now. The flag has been removed from the kdb
plugin data structure, and the db2 code has been wrapped with functions
doing mutex protection for now, though there's room for improvement there.