Creating Python Data Server

Bruce Edge bedge at troikanetworks.com
Thu Mar 22 11:14:01 EST 2001


In article <uk86i5doi.fsf at ctwd0143.fitlinxx.com>, "David Bolen"
<db3l at fitlinxx.com> wrote:

> "dsavitsk" <dsavitsk at e-coli.net> writes:
> 
>> I am trying to set up client/server system like a database server with
>> stored procedures and what not where the procedures are written in
>> python
>> (or any other language), live on the server, and that isn't tied to any
>> particular database. So the user would press a button on the interface
>> sending a signal to the server which would instantiate whatever objects
>> were necessary on the server, process the data, and then return the
>> data to the client.
> 
> It sounds like a good fit for a straight forward RPC (remote procedure
> call) or remote component based sort of setup.

Or CORBA, look at OmniORB, the idl compiler generated Python bindings.

-Bruce.



More information about the Python-list mailing list