I want to start up an rpyc_classic.py server from within my python 
application and then connect to it via rpyc.classic.connect. 


I am trying to use subprocess.Popen to run the command 

      python rpyc_classic.py -p 1234

Immediately after this i try to connect to this instance. However that does 
not seem to work because it takes time for the process to start. How to do 
this ?

-- 

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

Reply via email to