David Gewirtz <david-/[EMAIL PROTECTED]> wrote:
I know the restriction of passing open databases across threads. What
I'm
wondering is whether that's really a process/thread issue, or a
concern over
making sure two or more threads don't muck with a single database at
the
same time.

The requirement is really a workaround for a bug in some POSIX implementations, whereby file locks acquired in one thread cannot be released in another thread. This makes database connection thread-affine, not just thread-unsafe.

Igor Tandetnik

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to