Feeding commands to a remote python program versus using CORBA

morden morden at shadows.net
Wed Jan 15 17:04:53 EST 2003


I need to ditch ILU in a portion of our system (it's buggy). I'm torn 
between replacing ILU with something like OmniORB and embedding a python 
interpreter into the server (written in C++ unfortunately) and have it 
invoked in a fashion similar to that of telnetd. Corba seems like an
overkill but making function wrappers for what are corba method 
implementations on server seems like more more.

It's just a simple client->server subsystem, no fancy replication and 
distribution stuff.

Any thoughts on this?





More information about the Python-list mailing list