i have install wine 9.60 on linux kernel 2.6.21 and by default wine work
with pthread if i force kthread any program like notepad produce segfault is possible use kthread with 2.6.21 kernel?
wine-kthread
Re: wine-kthread
Why would you want to use kthread with 2.6 kernel? It should work, but no one really tested it I guess with latest kernels for a while. Might have some bugs in there.rossettiroberto wrote:i have install wine 9.60 on linux kernel 2.6.21 and by default wine work
with pthread if i force kthread any program like notepad produce segfault is possible use kthread with 2.6.21 kernel?
wine-kthread
"vitamin" <[email protected]> writes:
both. That's the way it's supposed to be, and that's why we have two of
them. There's no reason whatsoever to force it to use the wrong one.
--
Alexandre Julliard
[email protected]
On any given setup, either wine-pthread or wine-kthread works, but notrossettiroberto wrote:Why would you want to use kthread with 2.6 kernel? It should work, buti have install wine 9.60 on linux kernel 2.6.21 and by default wine work
with pthread if i force kthread any program like notepad produce segfault is possible use kthread with 2.6.21 kernel?
no one really tested it I guess with latest kernels for a while. Might
have some bugs in there.
both. That's the way it's supposed to be, and that's why we have two of
them. There's no reason whatsoever to force it to use the wrong one.
--
Alexandre Julliard
[email protected]
-
- Newbie
- Posts: 2
- Joined: Thu May 29, 2008 1:03 pm
ok i understand your anwser, but i explay better my problem.
In first time i use my application with wine 0.922 on kernel 2.3.31 and wine use kthread by default and my application have good performace and thread in my application work like windows, the graphics interface don't influece time critical thread now use kernel 2.6.21 and wine use automaticaly pthead and my application change performace on time critical thread, so i want try to use kthread.
What can i change in setup kernel or wine setup for use by default kthread?
thanks for help
In first time i use my application with wine 0.922 on kernel 2.3.31 and wine use kthread by default and my application have good performace and thread in my application work like windows, the graphics interface don't influece time critical thread now use kernel 2.6.21 and wine use automaticaly pthead and my application change performace on time critical thread, so i want try to use kthread.
What can i change in setup kernel or wine setup for use by default kthread?
thanks for help
wine-kthread
"rossettiroberto" <[email protected]> writes:
it's caused by the different kernels. If you want the old behavior you
should go back to the old kernel.
--
Alexandre Julliard
[email protected]
The difference in behavior you see is not caused by kthread vs. pthread,ok i understand your anwser, but i explay better my problem.
In first time i use my application with wine 0.922 on kernel 2.3.31
and wine use kthread by default and my application have good
performace and thread in my application work like windows, the
graphics interface don't influece time critical thread now use kernel
2.6.21 and wine use automaticaly pthead and my application change
performace on time critical thread, so i want try to use kthread.
What can i change in setup kernel or wine setup for use by default kthread?
it's caused by the different kernels. If you want the old behavior you
should go back to the old kernel.
--
Alexandre Julliard
[email protected]