On 9/11/07, Jyoti Seth <[EMAIL PROTECTED]> wrote: > Hi , > Does postgresql8.2 supports multithreading? > Thanks, > Jyoti Seth
This depends entirely on what you mean. No, PostgreSQL isn't a multithreaded application. Yes, you can write multithreaded applications that use PostgreSQL. Consult the documentation for whatever connection library you're interested in using (libpq, JDBC, npgsql, etc.) to find out what thread-related issues you'll need to consider using that library. -Josh ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster