You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/04/20 14:42:11 UTC

[GitHub] [tvm] tqchen opened a new pull request #7889: [RPC][REFACTOR] Use PopenWorker to handle RPC Server.

tqchen opened a new pull request #7889:
URL: https://github.com/apache/tvm/pull/7889


   Previously the rpc server relies multiprocessing to start a new process and does not work under jupyter.
   It also have a popen mode that does ensure the socket start listening before returning the port number.
   
   This PR switches the implementations use PopenWorker. The port number is returned after the socket
   get binded, which resolves some of the RPC flaky issues(need sleep to wait the server to start).
   It also makes the RPC server jupyter friendly.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tvm] junrushao1994 merged pull request #7889: [RPC][REFACTOR] Use PopenWorker to handle RPC Server.

Posted by GitBox <gi...@apache.org>.
junrushao1994 merged pull request #7889:
URL: https://github.com/apache/tvm/pull/7889


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org