TSessions and Interbase?

Hi,

If my application has multiple threads doing queries on
a single IB Database, do I need to use TSession components
as with desktop databases, one session in each thread, or does
the IB server handles serialization itself?

What i want is to have 5 concurrent threads running, each
with its own connection to the IB server (private TDatabase, TQuery
for each thread), and perform the 5 queries at once.

I know if I were to do that on Access or Paradox tables, I would need to
use session components, but since IB is a server, I'm thinking maybe
I don't need to worry about synchronization.

Thanks.

Charles Bedard
cbed...@cirai.com