Is this valid?

Поиск
Список
Период
Сортировка
От Wei Weng
Тема Is this valid?
Дата
Msg-id 1029194489.28129.3.camel@Monet
обсуждение исходный текст
Ответы Re: Is this valid?
Список pgsql-sql
I am not sure if this is the right mailing list I talk to. Please let me
know if I had violated any unwritten rules. :)

I have a global variable PGconn* m_pgconn that is the connection handle
for connecting to the postgresql database. Can I access/use the handle
from multiple threads? Say I have a thread that does some insertion
through this handle/database connection(m_pgconn) and also another
thread that do some insertion *on the same table* through this
handle(m_pgconn), will that break?

Thanks


-- 
Wei Weng
Network Software Engineer
KenCast Inc.




В списке pgsql-sql по дате отправления:

Предыдущее
От: Ludwig Lim
Дата:
Сообщение: Re: Need Help for select
Следующее
От: Robert Treat
Дата:
Сообщение: Re: Is this valid?