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
> 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
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((
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