I am using Spyne to implement a SOAP server to allow client conduct 'RPC'.
I want know if I have already started the server and I want to add some methods, in what way can I achieve this without stopping the server?
I always did this by stopping and restarting it again. But if I want to make this server public, it's not a good way to do that.
Can someone give me a solution? Thank you!