Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.programming.threads > #1233

Re: About Parallel sort library....

Path csiph.com!usenet.pasdenom.info!aioe.org!.POSTED!not-for-mail
From Gerald Breuer <Gerald.Breuer@googlemail.com>
Newsgroups comp.programming.threads
Subject Re: About Parallel sort library....
Date Thu, 15 Nov 2012 18:28:49 +0100
Organization Aioe.org NNTP Server
Lines 12
Message-ID <k838ot$4k3$1@speranza.aioe.org> (permalink)
References <k795jv$dr5$1@dont-email.me> <k7bv84$d6t$1@speranza.aioe.org> <k7bvlo$ebr$1@speranza.aioe.org> <k7c9t1$cg5$1@dont-email.me>
NNTP-Posting-Host EsvalpzLbdyjanwP0yLIHw.user.speranza.aioe.org
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding 7bit
X-Complaints-To abuse@aioe.org
User-Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121026 Thunderbird/16.0.2
X-Notice Filtered by postfilter v. 0.8.2
Xref csiph.com comp.programming.threads:1233

Show key headers only | View raw


Am 07.11.2012 02:27, schrieb aminer:

> You can still do many things with threads and with threadpools,
> that's what i did, and i am happy with that.

Threadpools make sense when the CPU-time consumed by the thread is
in the magnitude of the time to create a thread through the kernel;
when the CPU-time is a higher, creating a thread rather doesn't hurt.
As you can't know which amount of data your algorithms operate on
you can't know the runtime so you can't know if using thread-pools
is generally appropriate.

Back to comp.programming.threads | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

About Parallel sort library.... "aminer" <aminer@toto.com> - 2012-11-05 14:55 -0600
  Re: About Parallel sort library.... Gerald Breuer <Gerald.Breuer@googlemail.com> - 2012-11-06 22:25 +0100
    Re: About Parallel sort library.... Gerald Breuer <Gerald.Breuer@googlemail.com> - 2012-11-06 22:32 +0100
      Re: About Parallel sort library.... "aminer" <aminer@toto.com> - 2012-11-06 19:27 -0600
        Re: About Parallel sort library.... Gerald Breuer <Gerald.Breuer@googlemail.com> - 2012-11-07 03:21 +0100
        Re: About Parallel sort library.... Gerald Breuer <Gerald.Breuer@googlemail.com> - 2012-11-15 18:28 +0100
      Re: About Parallel sort library.... Noob <root@127.0.0.1> - 2012-11-16 11:46 +0100
    Re: About Parallel sort library.... "aminer" <aminer@toto.com> - 2012-11-06 19:25 -0600

csiph-web