RMI with Pyro et al
Diez B. Roggisch
deets at nospam.web.de
Thu Oct 11 10:12:46 EDT 2007
Sells, Fred wrote:
> Diez B. Roggisch wrote
> . Why do you want that (hot deploy)
>> anyway? Does startuptime of a script really bother you?
>> shouldn't take
>> more than a few seconds.
>
> My primary need is development/debug. I'm a Pyro newbie and I add a
> feature and then test. The only way I've found to kill the Pyro server
> on XP is to open the task manager and kill the python task (hopefully
> the right one).
Go install cygwin (but not it's included python-interpreter, or at least
make sure you have your python path properly under control) and then simply
start the script from the command-line. And hit C-c if you need it to stop,
and restart it. Only start it as service if it's deployed.
Diez
More information about the Python-list
mailing list