Hello.
Is it possible to force Single Threading on MacOSX?
I want to to build a program with gflSDK that runs on the background on a Mac with 8 cores. On a similar PC machine the program uses only one processor, lefting the machine free for use with other applications. But on MacOSX gflSDK seems to run on multithreading, using all the processors availables, making it impossible to share the system with other progams.
Is it possible to change this behaviour on Mac systems?
Thanks.
Enrique.
Single Threading on MacOSX
Moderators: XnTriq, helmut, xnview
-
- Author of XnView
- Posts: 42477
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
-
- Posts: 3
- Joined: Fri Jul 10, 2009 2:03 pm
Re: Single Threading on MacOSX
What can be the problem then? Can you tell me anything else?
Thanks.
Enrique.
Thanks.
Enrique.
-
- Author of XnView
- Posts: 42477
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: Single Threading on MacOSX
I don't know, if you don't use multi thread with GFLSDK, so only one thread will be used...bagheraa wrote:What can be the problem then? Can you tell me anything else?
Pierre.
-
- Posts: 72
- Joined: Thu Nov 08, 2007 9:22 am
Re: Single Threading on MacOSX
I have the same behaviour on a XP machine : we can't say how the OS choose to run a thread on a given core.
Dom
-
- Author of XnView
- Posts: 42477
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: Single Threading on MacOSX
Yes, but if you don't use thread, your app use only one coredominique wrote:I have the same behaviour on a XP machine : we can't say how the OS choose to run a thread on a given core.

Pierre.