I have two programs that work independently from each other. They are connected in a way that client program sometimes need some information from server program.
It was suggested that I should use RPyC for the use. Obviously I need server program listening in the background all the time, while client program occasionally contacts server program. Following the example here http://stackoverflow.com/questions/19608781/how-to-interact-with-running-python-script it seems that the only way to do this is to put RPyC server in a separate thread. But I wonder, then, what is use of .close() method? If server after non-threading initiation by .start() method works continuously, there is no way to close it decently. Best regards. -- --- You received this message because you are subscribed to the Google Groups "rpyc" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
