RE: [HACKERS] More PostgreSQL+CORBA

Поиск
Список
Период
Сортировка
От Taral
Тема RE: [HACKERS] More PostgreSQL+CORBA
Дата
Msg-id 000101be1061$577dffe0$8a14f7d0@taral.dobiecenter.com
обсуждение исходный текст
Ответ на Re: [HACKERS] More PostgreSQL+CORBA  (The Hermit Hacker <scrappy@hub.org>)
Список pgsql-hackers
Hear ye! Hear ye!

I've just started stressing my brain on the CORBA 2 docs... It turns out
that CORBA will be completely compatible with the existing system.

postmaster will register a "method server" with the ORB (which is a separate
process in mico, at least). A "method server" is one which requires a
separate process for every method invocation. Which is basically what we do
now with our one-backend-per-connection system. At least until the backend
is thread-safe, we're stuck with it. When the backend is thread-safe, we can
switch to "unshared server" where we have one per database. :)

Taral

P.S. When will that corba-specific list be set up? I'm sure that well over
half of the list didn't care one bit about what I just said.



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

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: Re: [HACKERS] More PostgreSQL+CORBA
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] BIG grant problem