Subject Re: Multithreaded Database
Author Adam
> well, i guest i have to do that, but is there a plan to handle this
situation?

What do you mean by this?

There are plans to make Superserver work with multiple processors so
that one user performing heavy queries have less impact. If you do
have a SMP machine, I highly recommend you switch to classic server.

You can already run two queries from different threads of the same
application as long as you are using different connections (even with
embedded).

So I do not understand what you feel is the problem with
multi-threaded access.

Adam