[HACKERS] Re: CORBA and PG

2001-03-06 Thread Thomas Lockhart
> 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 da

[HACKERS] Re: CORBA and PG

2001-03-06 Thread Thomas Lockhart
> 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 da

[HACKERS] Re: CORBA and PG

2001-03-06 Thread Thomas Lockhart
> 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 conta