Hi, I wonder if anybody has observed the following:
An RPyC server consumes 100% of the CPU time while waiting for new jobs to service. My conclusion is that there must be a poll loop waiting for new jobs. This is very bad design, since it costs CPU time for nothing. If someone can point me to the place where the poll loop is executed then I can try to help implementing a signal/wait solution. Greetings Ruediger
