Joe Wilson <[EMAIL PROTECTED]> wrote:
> Is it feasible to change testfixture in such a way to run the same tests
> in N seperate threads at the same time? This could potentially expose
> a lot of thread-related bugs.

No, this is not really feasible.

> 
> Among other things, you'd have to change some low level sqlite open() 
> calls to use a different directory for databases for each thread to avoid 
> conflict, I imagine.

Yes.  That is what you would have to do.

> 
> Is Tcl threadsafe?
> 

It can be, depending on compile-time options.

We already have some threading tests in the test suite.
We are working on adding many more.

--
D. Richard Hipp <[EMAIL PROTECTED]>


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

Reply via email to