RMI with Pyro et al

Sells, Fred fred.sells at adventistcare.org
Wed Oct 10 17:00:56 EDT 2007


I need a simple client/server architecture with clients on linux and servers on windows.  There is no UI in this part, just business rules and access control.

Pyro seems pretty cool for this due to it's simplicity.  I'm just starting with it and have not been able to get the server side to "see" changes to a module.  The only way I can stop the server is with the Task Manager.  Can anyone offer some insight into
1. stopping/starting the server - perhaps as a windows service.
2. getting the server to recognize new modules "on the fly", i.e. when the .py file is changed.

I'm not doing any UI stuff, so I don't want to deal with HTTP and a webserver.  I also do not have any RDBMS involved. I like the idea of passing objects the way pyro does it.

If anyone thinks there is a better python tool for doing this, I would like to know.

---------------------------------------------------------------------------
The information contained in this message may be privileged and / or
confidential and protected from disclosure. If the reader of this message is
not the intended recipient, you are hereby notified that any dissemination,
distribution or copying of this communication is strictly prohibited. If you
have received this communication in error, please notify the sender
immediately by replying to this message and deleting the material from any
computer.
---------------------------------------------------------------------------



More information about the Python-list mailing list