[GENERAL] Multi-threading on PostgreSQL?

1999-07-14 Thread Tiago Hermans
one query takes a long time, all the other queries have to wait behind before being executed. Am I missing something or are my assumptions correct? Also, does PostgreSQL supports international characters? Thank you for any info this. Tiago Hermans [EMAIL PROTECTED]

RE: [GENERAL] Multi-threading on PostgreSQL?

1999-07-15 Thread Tiago Hermans
> > My concern comes from the fact that there's no multi-threading > support in > > PostgreSQL and since we expect many customers to be connected > at the same > > time on multiple connections, I am afraid the time to perform the SQL > > statements will be much longer, since they'll all be queued