comp.lang.ada
 help / color / mirror / Atom feed
* Re: Queues just aren't scalable
       [not found] <kqcaii$s7l$5@dont-email.me>
@ 2013-06-25 22:34 ` Shark8
  2013-06-26  7:12   ` Dmitry A. Kazakov
  0 siblings, 1 reply; 2+ messages in thread
From: Shark8 @ 2013-06-25 22:34 UTC (permalink / raw)


On Tuesday, June 25, 2013 8:53:03 AM UTC-6, aminer wrote:
> 
> Queues just aren't scalable
> 

> Read this:
> http://concurrencyfreaks.blogspot.ca/2013_05_01_archive.html


...isn't that obvious?
A Queue, like a Stack, has implicit sequentiality -- anyone who's had to wait for someone else to get their plate from an all-you-can-eat buffet plate-stack has experienced this... anyone who has waited in line at the DMV has experienced this.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Queues just aren't scalable
  2013-06-25 22:34 ` Queues just aren't scalable Shark8
@ 2013-06-26  7:12   ` Dmitry A. Kazakov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry A. Kazakov @ 2013-06-26  7:12 UTC (permalink / raw)


On Tue, 25 Jun 2013 15:34:28 -0700 (PDT), Shark8 wrote:

> On Tuesday, June 25, 2013 8:53:03 AM UTC-6, aminer wrote:
>> 
>> Queues just aren't scalable
> 
>> Read this:
>> http://concurrencyfreaks.blogspot.ca/2013_05_01_archive.html
> 
> ...isn't that obvious?

No, it is not. There is no obvious reason why the *same* number requests
submitted by one thread should be processed substantially slower when
submitted by several threads.

Let us ignore for a while that peer-to-peer (1-to-1) queues can be
implemented differently (e.g. without locking) than n-to-1 queues.

> A Queue, like a Stack, has implicit sequentiality -- anyone who's had to
> wait for someone else to get their plate from an all-you-can-eat buffet
> plate-stack has experienced this... anyone who has waited in line at the
> DMV has experienced this.

BTW, scalability is not what seems to be implied here. A system is scalable
in the parameter X and the outcome L if L depends on X more or less linear:

   L = a X + b

E.g.

X = number of threads
L = latency

Scalability does NOT mean that a = 0!

-- 
Regards,
Dmitry A. Kazakov
http://www.dmitry-kazakov.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-06-26  7:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <kqcaii$s7l$5@dont-email.me>
2013-06-25 22:34 ` Queues just aren't scalable Shark8
2013-06-26  7:12   ` Dmitry A. Kazakov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox