(Mis)using threads

Ulrich Weigand weigand at immd1.informatik.uni-erlangen.de
Tue Mar 11 15:55:52 CST 2003


Hi,

> Do you have some hints on how to boost the processing thread a bit? I'm
> perfectly happy with an (even ugly) hack. I've tried to identify the wine
> sheduler, but was unsuccesful :( Maybe you can point me in to right
> direction (file, line #)?

Actually, Wine does not have a scheduler as such (well, it has a scheduler
for 16-bit tasks, but not for 32-bit processes/threads).  Wine threads
are just normal Linux tasks created with clone().  The usual Linux
scheduling rules should apply ...

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  weigand at informatik.uni-erlangen.de



More information about the wine-devel mailing list