Re: forking child processes in src/backend/main/main.c

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: forking child processes in src/backend/main/main.c
Дата
Msg-id 12895.1051189437@sss.pgh.pa.us
обсуждение исходный текст
Ответ на forking child processes in src/backend/main/main.c  ("S -" <nat_lazy@hotmail.com>)
Список pgsql-hackers
"S -" <nat_lazy@hotmail.com> writes:
> In our project, we have unix socket networking going on and the Postgresql 
> code is the server in this process. We would want the postgresql database to 
> run as usual while it is transferring data (as a server) to another program 
> (the client, in our case, a GUI). Therefore, we would want to fork another 
> process that acts as the server.

What exactly is this doing that's different from having two separate
database connections served by two backend processes?
        regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Putting code in main of src/backend/main/main.c
Следующее
От: Rod Taylor
Дата:
Сообщение: Re: Are we losing momentum?