Entry
How do i add an ORBit interface to my python application to permit querying from a CGI script?
Apr 30th, 2001 00:22
Duncan Grisby, Slimy,
The question is unclear about exactly what you are trying to achieve.
ORBit is one of several CORBA ORBs which has a Python binding. To query
a database from a CGI script using CORBA, you would need to make the CGI
program into a CORBA client, and the database into a CORBA server.
This other answer gives you links to the CORBA to Python mapping
specification and the ORBs currently available:
http://www.faqts.com/knowledge_base/view.phtml/aid/4930