Re: [PATCH 2/9] libports: work around bugs in server termination

2014-04-28 Thread Samuel Thibault
Justus Winter, le Mon 28 Apr 2014 12:19:57 +0200, a écrit : > Some servers use ports_manage_port_operations_one_thread to process > requests and terminate when it returns. Since many of them don't detach > before shutting down, a client may receive an error if its request > arrived while the server

[PATCH 2/9] libports: work around bugs in server termination

2014-04-28 Thread Justus Winter
Some servers use ports_manage_port_operations_one_thread to process requests and terminate when it returns. Since many of them don't detach before shutting down, a client may receive an error if its request arrived while the server is shutting down. Prevent those spurious errors by forcing ports_ma