Fast CGI

Поиск
Список
Период
Сортировка
От Aaron Spiteri
Тема Fast CGI
Дата
Msg-id 20020502.23022300@scooby.m1group.com.au
обсуждение исходный текст
Список pgsql-admin
Hi all,

Does any one know a method of creating a persistent connection to
postgresql using PERL DBI::Pg and Apache,  I have been experimenting
with CGI::Fast and use compiled Fcgi module into Apache.  While all
seemed fine when I checked the connection of postgres using a ps -xa|
grep -e '.*postmaster.*' command what I expected to see was something
like postmaster idle for a persistent but idle connection. However it
appeared has if FCGI ignored the while loop I had created and just
executed from start to end.  

The trouble with this is I can not create 'Rollback' (AKA undo)
buttons, coding becomes more expensive and I am suspected to more
coding errors do to unnecessary complexity.  Has any one any experience
with FCGI and Postgresql am I writing to the wrong mailing list?

Aaron Spiteri

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

Предыдущее
От: MG
Дата:
Сообщение: ALTER TABLE for field modify...
Следующее
От: "jquest jquest"
Дата:
Сообщение: Trigger problem