Re: CORBA and PG
От | Thomas Lockhart |
---|---|
Тема | Re: CORBA and PG |
Дата | |
Msg-id | 3AA4FD26.24702151@alumni.caltech.edu обсуждение исходный текст |
Ответ на | RE: CORBA and PG (Franck Martin <Franck@sopac.org>) |
Список | pgsql-hackers |
> I'm trying to look to see if I can store CORBA objects inside PG, any > ideas... CORBA has several mechanisms for finding CORBA objects, including the naming service and the implementation repository. The naming service provides a directory for objects, returning IORs to allow a client to contact a server. A database could be used to provide a persistant store for this information. One could use a database to store rules for an implementation repository, as well as IOR info. A CORBA object itself is an executable. So it could be stored as a binary object, but I'm not sure what the benefits of storage in a database would be. Some time ago I saw an article on using PostgreSQL to implment a versioned file system, which might have some aspects similar to what you are asking about. Do you have a use case to help us out? - Thomas
В списке pgsql-hackers по дате отправления: