Re: SOAPpy port reuse

2007-11-18 Thread Gabriel Genellina
En Sun, 18 Nov 2007 11:17:42 -0300, Maurice LING <[EMAIL PROTECTED]> escribi�: > Diez B. Roggisch wrote: >> Maurice LING schrieb: >>> My question is: How can I shutdown this server and reuse port 35021 >>> when my functionlist changes? >> >> Shutting down gracefully might speed up things I gues

Re: SOAPpy port reuse

2007-11-18 Thread Piet van Oostrum
> Maurice LING <[EMAIL PROTECTED]> (ML) wrote: >ML> Hi, >ML> I have a problem: >ML> 1. Assuming that my application is a SOAP server that uses SOAPpy, >ML> 2. I am given port 35021 for use. >ML> What I normally do (simply) is: >ML> functionlist = [] >ML> import SOAPpy >ML> server = SOAPpy.S

Re: SOAPpy port reuse

2007-11-18 Thread Maurice LING
Diez B. Roggisch wrote: > Maurice LING schrieb: >> Hi, >> >> I have a problem: >> >> 1. Assuming that my application is a SOAP server that uses SOAPpy, >> 2. I am given port 35021 for use. >> >> What I normally do (simply) is: >> >> functionlist = [] >> import SOAPpy >> server = SOAPpy.SOAPServer((

Re: SOAPpy port reuse

2007-11-18 Thread Diez B. Roggisch
Maurice LING schrieb: > Hi, > > I have a problem: > > 1. Assuming that my application is a SOAP server that uses SOAPpy, > 2. I am given port 35021 for use. > > What I normally do (simply) is: > > functionlist = [] > import SOAPpy > server = SOAPpy.SOAPServer((, 35021)) > for func in functionli