Popular recipes by Duncan Grisby http://code.activestate.com/recipes/users/111963/2002-06-05T20:27:38-07:00ActiveState Code RecipesImplement a CORBA client and server (Python) 2002-06-05T20:27:38-07:00Duncan Grisbyhttp://code.activestate.com/recipes/users/111963/http://code.activestate.com/recipes/81254-implement-a-corba-client-and-server/ <p style="color: grey"> Python recipe 81254 by <a href="/recipes/users/111963/">Duncan Grisby</a> (<a href="/recipes/tags/distributed/">distributed</a>). Revision 2. </p> <p>CORBA has a reputation for being hard to use, but it is really very easy, expecially if you use Python. This example shows the complete implementation of a fortune cookie server and its client.</p>