Simulation output using libpq

Поиск
Список
Период
Сортировка
От Daryl Shanley
Тема Simulation output using libpq
Дата
Msg-id 3E0207605FF4864EBE508C1C634D698C0EF093@bond.ncl.ac.uk
обсуждение исходный текст
Ответы Re: Simulation output using libpq  (Bruno Wolff III <bruno@wolff.to>)
Список pgsql-general
I have some c code that writes results directly to a file as they're
produced during a simulation. I want to modify the code to write
directly to a postgres database using libpq. I think I could open a
connection and insert into the database with a transaction, commiting at
the end of the simulation. One problem with this approach is that if I
have a lot of simultaneous simulations running I may run into problems
with exceeding the maximum number of connections allowed. I would
welcome any advice

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

Предыдущее
От: Chris
Дата:
Сообщение: Re: [HACKERS] Announce: Search PostgreSQL related resources
Следующее
От: sam@edup.tudelft.nl (Sam)
Дата:
Сообщение: create template database