<div dir="ltr">Hello.<div>I hope there is still somebody at the other side on the mailing list...</div><div><br></div><div>First, congratulations for your dcerpc product, it&#39;s an impressive work.</div><div><br></div><div>My question: I do a <b>rpc_server_listen</b> in a thread (I am on linux, so pthread, but created with dcethread_create).</div><div>And I want to exit this function without killing my whole process, and I don&#39;t manage to do that.</div><div><br></div><div>I tried several things:</div><div><ol><li>dcethread_enableinterrupt in the listening thread <br>and dcethread_interrupt in the main thread.</li><li>dcethread_signal_to_interrupt for dcethread_self() in the listening thread, with DCETHREAD_TRY / CATCH<br>and dcethread_kill in the main thread.</li></ol><div><br></div></div><div>None works..</div><div>Do you have an advice?</div><div><br></div><div>Thanks for help.</div><div><br></div><div>Nicolas.</div></div>