On Mon, 29 Jun 2009, Grant Baillie wrote: > - Otherwise, as I remember it, there's a thread on the Berkeley DB dev > list somewhere about a patch Andi submitted that somehow appeared in > their trunk in a form that wasn't thread-safe. I can hunt around for > the link if we want to try to get them to change their code. Or, > possibly Andi remembers more.
It's about a callback I added to the DBT structure in order to avoid multiple byte array copies when loading strings into python. They took the patch and moved the callback to the DBENV (?) structure since that's all they needed to use the idea for their Java interface. I need to be able to use different callbacks, not globally, but for the current operation's DBT. Andi.. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ Open Source Applications Foundation "chandler-dev" mailing list http://lists.osafoundation.org/mailman/listinfo/chandler-dev
