From: "Денис Смирнов" <mithraen@freesource.info> To: analisys@quality.s2.ru, ALT Linux Sisyphus discussion list <sisyphus@altlinux.ru> Subject: Re: [sisyphus] Re:Как ускорить работу с потоками? Date: Fri, 10 Sep 2004 18:01:54 +0400 Message-ID: <20040910140154.GD23870@workstation> (raw) In-Reply-To: <00e901c49724$028c1c10$4d0010ac@aprcity.com> On Fri, Sep 10, 2004 at 02:50:38PM +0400, Boronin Sergey wrote: BS> Множество потоков удобны для распараллеливания слабосвязанных между BS> собой операций даже в клиентских системах, не говоря уже о серверных. Опишите мне ситуацию, где нужно несколько сот нитей на x86-машине с одним процессором. Я не могу себе её представить. BS> А если архитектура изначально закладывается на распараллеливание BS> операций то это очень сильно увеличивает ее отклик (который пользователи BS> воспринимают как высокое быстродействие) даже на однопроцессорном BS> десктопе, не говоря уже об SMP и кластере. Да ясное дело, что распараллеливать нужно. Только вот процессоров то всё равно 1-2, а переключение между нитями занимает время. И чем больше нитей, тем больше времени тратится на переключения вместо работы. Кому это надо? BS> Стало интересно, раз если вы потоки называете велосипедами, то, что же BS> вы считаете грузовиком? Зависит от задачи. Для i/o (из-за чего чаще всего пытаются применять нити, особенно выученые на Windows) они практически не нужны (как я уже говорил -- нитей чуть боьлше чем процессоров). Для обработки данных -- да, иногда нужны. Но таки не несколько тысяч (потому как эффективнее формировать очередь задач и обрабатывать её небольшим количеством нитей). -- С уважением, Денис http://freesource.info
prev parent reply other threads:[~2004-09-10 14:01 UTC|newest] Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top 2004-08-30 11:29 [sisyphus] Как " Boronin Sergey 2004-08-30 11:36 ` Serge Ryabchun 2004-08-30 17:06 ` Gleb Kulikov 2004-08-31 7:32 ` Boronin Sergey 2004-08-31 7:44 ` Sviataslau Svirydau 2004-08-31 8:51 ` Boronin Sergey 2004-08-31 7:58 ` Boronin Sergey 2004-08-31 9:40 ` Dmitry V. Levin 2004-08-31 10:35 ` Boronin Sergey 2004-09-07 13:43 ` Vadim Gorodisky 2004-09-07 14:02 ` Boronin Sergey 2004-09-07 14:25 ` Ildar Mulyukov 2004-09-07 15:37 ` Boronin Sergey 2004-09-07 17:36 ` Денис Смирнов 2004-09-08 12:20 ` Denis Smirnov 2004-09-09 6:09 ` Serge Pavlovsky 2004-09-09 19:07 ` [sisyphus] " Денис Смирнов 2004-09-09 23:51 ` Serge Pavlovsky 2004-09-10 2:54 ` Денис Смирнов 2004-09-10 12:03 ` [sisyphus] " Boronin Sergey 2004-09-10 14:07 ` Денис Смирнов 2004-09-10 17:21 ` [sisyphus] Re: Как " Serge Pavlovsky 2004-09-10 21:32 ` Денис Смирнов 2004-09-11 15:20 ` Michael Shigorin 2004-09-12 20:20 ` Денис Смирнов 2004-09-14 18:46 ` Michael Shigorin 2004-09-14 20:12 ` Denis Smirnov 2004-09-13 0:19 ` Serge Pavlovsky 2004-09-13 20:02 ` Денис Смирнов 2004-09-14 0:04 ` Serge Pavlovsky 2004-09-15 21:03 ` Денис Смирнов 2004-09-17 14:20 ` Serge Pavlovsky 2004-09-10 10:50 ` [sisyphus] " Boronin Sergey 2004-09-10 14:01 ` Денис Смирнов [this message]
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20040910140154.GD23870@workstation \ --to=mithraen@freesource.info \ --cc=analisys@quality.s2.ru \ --cc=sisyphus@altlinux.ru \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Sisyphus discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \ sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru public-inbox-index sisyphus Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.sisyphus AGPL code for this site: git clone https://public-inbox.org/public-inbox.git