http://bugs.winehq.org/show_bug.cgi?id=13606 Kirill K. Smirnov <lich(a)math.spbu.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lich(a)math.spbu.ru --- Comment #8 from Kirill K. Smirnov <lich(a)math.spbu.ru> 2009-01-11 08:17:20 --- As I can see in attached logs, msys true.exe does lots of unnecessary things: threading, registering window messages, which leads to loading user32.dll and winex11.dll. Also I've noticed interesting thing: when I run $ WINEDEBUG=process wine sh.exe --login -i and in msys console (several times): $ ls / I can see in xterm, that every time sh.exe creates one more sh.exe process and only then executes ls.exe. This fork() emulation (or what else it is) consumes some time too. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.