From: | Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu> |
---|---|
To: | Franck Martin <Franck(at)sopac(dot)org> |
Cc: | "'Peter T Mount'" <peter(at)retep(dot)org(dot)uk>, PostgreSQL List <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: CORBA and PG |
Date: | 2001-03-06 02:31:32 |
Message-ID: | 3AA44C04.5D5340A6@alumni.caltech.edu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
> I'm trying to look to see if I can store CORBA objects inside PG, any
> ideas...
CORBA has mechanisms for locating and executing remote objects. Some
services, like the naming service, could use a database as a persistant
store. Other services, like the implementation repository, could use a
database to hold rules for *how* to start a service, as well as holding
persistant info.
CORBA IORs are glue holding clients and servers together; storing those
in a database would make them persistant (as mentioned above for the
naming service). An actual CORBA object typically is an executable,
which would need to be stored as a binary object. Not sure what storing
that in a database would do for you; perhaps you could give us a use
case?
- Thomas
From | Date | Subject | |
---|---|---|---|
Next Message | Lamar Owen | 2001-03-06 02:33:19 | Re: How to shoot yourself in the foot: kill -9 postmaster |
Previous Message | Tom Lane | 2001-03-06 02:28:20 | Re: How to shoot yourself in the foot: kill -9 postmaster |