CORBAservices (was RE: [HACKERS] PREPARE)

Поиск
Список
Период
Сортировка
От Taral
Тема CORBAservices (was RE: [HACKERS] PREPARE)
Дата
Msg-id 000c01be1257$2668a700$8a14f7d0@taral.dobiecenter.com
обсуждение исходный текст
Список pgsql-interfaces
[ Cross-post to pgsql-interfaces ]

> BTW, what does CORBA prescribe about transactions (if anything) ?
>
> Is the current transaction model adequate or do we need nested
> transactions ?

The Query Service is read-only, so does not have locking or transactions...
We will have to implement the Transaction Service...

Current service list for our implementation: (in order of importance)

Naming Service (provided by most 2.2 ORBs)
LifeCycle Service (provided by mico) (dependent on NS)
Query Service
Security Service
ConcurrencyControl Service
Transaction Service (dependent on CCS)
Relationship Service (provided by mico)

(Not sure about the ordering of the last few...)

As you can see, this is a non-trivial list of interfaces :)

Taral


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

Предыдущее
От: Warren Craig
Дата:
Сообщение: ODBC and Access
Следующее
От: "Taral"
Дата:
Сообщение: RE: [HACKERS] PREPARE