Re: Multithread question

"Stephen R. van den Berg" <[email protected]> Sat, 18 Nov 2017 00:23:15 +0100
Newsgroups gmane.comp.lang.pike.user
Message-ID <[email protected]>
[email protected] wrote:
>Is there any way to use all the processor power? Do you have any
>recommendation to use all processor cores?

Pike's builtin threads are inherently not multicore (as you discovered).
Using multiple processes is the way to go.
-- 
Stephen.