James McKenzie wrote: > Is Wine cleanly multi-threaded? Well yes it uses posix threads when they are available (most platforms now days). The only two bottlenecks I can think of - wineserver and x11lock. Wineserver is single-threaded. And x11lock - used to limit all communications with X11 server to one thread at a time.