Voxen <[EMAIL PROTECTED]> wrote:
So, from my example, let say thread A created the object "main", and
thread B created the object "print".
When thread B calls the method from object "main" (as shown by the
example), my question was to know if the sqlite connection opened by
object "main" can be considered as shared with thread B
Of course.
much like if
I used this connection pointer directly from thread B?
There's no "like" - you do use connection pointer directly from thread
B. The fact that the piece of code thread B currently executes is a
method of an object that happened to be created by thread A is
immaterial.
Igor Tandetnik
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------