
7 May
2009
7 May
'09
9:42 a.m.
Hello Simon, Thursday, May 7, 2009, 5:27:04 PM, you wrote:
my own program creates a lot of parallel threads without using -N
the secret is using of forkOS plus C code in threads. since you spend time in system calls this should also work for you
Are you sure you need forkOS, and not just forkIO? Why?
well, 4 years ago or so i discovered that my program can perform compression (C) threads simultaneously only if i use forkOS. i don't tried to jump to forkIO later ... just recompiled program with forkIO - it still works. at least on this quad-core cpu. so it was just my laziness, sorry for all those 4-year noise :( -- Best regards, Bulat mailto:Bulat.Ziganshin@gmail.com