thread_create,thread_join

Josef Fydl <[email protected]> Wed, 11 Jun 2014 11:05:26 -0400
Newsgroups gmane.comp.ai.prolog.swi
Message-ID <[email protected]>
I am using http_server, relatively slow value, But each request is internet extensive, 90 % is waiting for sites. I use thread_create etc.
However, If I go above 30 threads, performance dies.

So I do not need big pool for handling requests coming in, but big pool of working threads. How can I go about it?

Thanks Josef Frydl