public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: pull vs push (was Re: [bk patch] Make cardbus compile in -pre4)
@ 2002-02-11 18:51 Jesse Pollard
  0 siblings, 0 replies; 20+ messages in thread
From: Jesse Pollard @ 2002-02-11 18:51 UTC (permalink / raw)
  To: pavel, Rob Landley; +Cc: Andreas Dilger, Patrick Mochel, linux-kernel

---------  Received message begins Here  ---------

> 
> Hi!
> 
> > > I don't see why everyone who is using BK is expecting Linus to do a pull.
> > > In the non-BK case, wasn't it always a "push" model, and Linus would not
> > > "pull" from URLs and such?
> > 
> > I'm all for it.  I think it's a good thing.
> > 
> > In the absence of significant latency issues, pull scales better than push.  
> > It always has.  Push is better in low bandwidth situations with lots of idle 
> > capacity, but it breaks down when the system approaches saturation.
> > 
> > Pull data is naturally supplied when you're ready for it (assuming no 
> > significant latency to access it).  Push either scrolls by unread or piles up 
> > in your inbox and gets buried until it goes stale.  Web pages work on a pull 
> > model, "push" was an internet fad a few years ago that failed for a reason.  
> > When push models hit saturation it breaks down and you wind up with the old 
> > "I love lucy" episode with the chocolate factory.  Back in the days where 
> 
> What's "i love lucy" episode?

It is an old TV show showing a queue overflow - The chocolate machine was
producing candy faster than the personnell could handle and dispose of it.

I think it was being boxed - the skit starts out with the machine on slow,
and a brief training session by a supervisor. The supervisor verifies that
the candy was handled properly at the slow speed. Then she leaves. The
machine makes a sudden jump in production, close to the limit of the
personnel (Lucy and Vivian) who just manage to keep up.

Then the machine gradually increases the production rate. At first, they
toss exess in to another box, then start trying to eat it, then dropping
on the floor .... until the supervisor returns to turn off the maching.

-------------------------------------------------------------------------
Jesse I Pollard, II
Email: pollard@navo.hpc.mil

Any opinions expressed are solely my own.

^ permalink raw reply	[flat|nested] 20+ messages in thread
* [bk patch] Make cardbus compile in -pre4
@ 2002-02-09  2:25 Patrick Mochel
  2002-02-09  3:39 ` Andreas Dilger
  0 siblings, 1 reply; 20+ messages in thread
From: Patrick Mochel @ 2002-02-09  2:25 UTC (permalink / raw)
  To: linux-kernel


I broke cardbus compile in -pre4 on accident. Sorry about that...

(I don't have a public repository yet, so there's no place to pull form)

diffstat results: 
 drivers/pcmcia/cardbus.c |    3 +--
 1 files changed, 1 insertion, 2 deletions

ChangeSet
  1.231 02/02/08 18:22:27 mochel@segfault.osdlab.org +1 -0
  Doh! 
  struct device has no ->sysdata
  and ->device should be ->dev
   

  drivers/pcmcia/cardbus.c
    1.7 02/02/08 18:22:27 mochel@segfault.osdlab.org +1 -2
    Doh! 
    struct device has no ->sysdata
    and ->device should be ->dev
     


diff -Nru a/drivers/pcmcia/cardbus.c b/drivers/pcmcia/cardbus.c
--- a/drivers/pcmcia/cardbus.c	Fri Feb  8 18:23:08 2002
+++ b/drivers/pcmcia/cardbus.c	Fri Feb  8 18:23:08 2002
@@ -279,8 +279,7 @@
 		pci_readw(dev, PCI_DEVICE_ID, &dev->device);
 		dev->hdr_type = hdr & 0x7f;
 
-		dev->dev.parent = bus->device;
-		dev->dev.sysdata = bus->sysdata;
+		dev->dev.parent = bus->dev;
 		strcpy(dev->dev.name, dev->name);
 		strcpy(dev->dev.bus_id, dev->slot_name);
 		device_register(&dev->dev);


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

end of thread, other threads:[~2002-02-11 18:52 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <fa.hme158v.ki228f@ifi.uio.no>
     [not found] ` <fa.h89cnvv.116ski0@ifi.uio.no>
2002-02-10 13:45   ` pull vs push (was Re: [bk patch] Make cardbus compile in -pre4) Terje Malmedal
2002-02-11 18:51 Jesse Pollard
  -- strict thread matches above, loose matches on Subject: below --
2002-02-09  2:25 [bk patch] Make cardbus compile in -pre4 Patrick Mochel
2002-02-09  3:39 ` Andreas Dilger
2002-02-09  9:27   ` pull vs push (was Re: [bk patch] Make cardbus compile in -pre4) Rob Landley
2002-02-09 10:08     ` Andreas Dilger
2002-02-09 18:12       ` Stelian Pop
2002-02-09 20:59         ` Linus Torvalds
2002-02-09 20:12           ` Stelian Pop
2002-02-09 20:26             ` Larry McVoy
2002-02-09 20:51               ` Stelian Pop
2002-02-09 23:45                 ` Jeff Garzik
2002-02-09 23:49                 ` Larry McVoy
2002-02-09 20:57               ` Pau Aliagas
2002-02-09 21:07                 ` David Lang
2002-02-09 21:13                   ` Pau Aliagas
2002-02-09 21:45               ` Rob Landley
2002-02-10  0:19               ` Andreas Dilger
2002-02-10  0:36               ` Herbert Xu
2002-02-10  2:46               ` Alan Cox
2002-02-11 11:51     ` Pavel Machek
2002-02-11 18:42       ` John Alvord

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