http://bugs.winehq.org/show_bug.cgi?id=17195
--- Comment #48 from Alexandre Julliard julliard@winehq.org 2011-12-19 07:43:22 CST --- There's no reason to make the server multithreaded. All blocking calls can be implemented with a non-blocking state machine, including calls to userspace, that BTW the server already supports. Please stop giving misguided implementation advice about things you clearly don't understand.