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


Groups > comp.misc > #9439

Re: [CM] Coding with dad on the Dragon 32

From Morten Reistad <first@last.name.invalid>
Newsgroups comp.misc, alt.folklore.computers
Subject Re: [CM] Coding with dad on the Dragon 32
Date 2015-11-10 17:52 +0100
Organization Me, Myself and I
Message-ID <muj9hc-j2i.ln1@sambook.reistad.name> (permalink)
References <n1njsp$n5s$1@solani.org> <PM0005241C7B957C4D@aca432c8.ipt.aol.com> <dabvl0Fc91aU11@mid.individual.net> <PM00052430AAEE24F6@aca41c5c.ipt.aol.com>

Cross-posted to 2 groups.

Show all headers | View raw


In article <PM00052430AAEE24F6@aca41c5c.ipt.aol.com>,
jmfbahciv  <See.above@aol.com> wrote:
>Bob Eager wrote:
>> On Mon, 09 Nov 2015 14:13:41 +0000, jmfbahciv wrote:
>>
>>> Morten Reistad wrote:
>>>> In article <877flrwsa6.fsf@elektro.pacujo.net>,
>>>> Marko Rauhamaa  <marko@pacujo.net> wrote:
>>>>>RS Wood <rsw@therandymon.com>:
>>>>>
>>>>>> (That said, I /do/ wish boot times were 0.5 seconds again).
>>>>>
>>>>>I don't know. Who boots a computer nowadays?
>>>>
>>>> I do, the ones I develop on. And they are up within a minute,
>>>> all of them. With all subsystems like apache, mysql etc.
>>>>
>>>> The laptops come out of hibernation usually as fast as I can open the
>>>> lid, but sometimes there is a ~2s delay, which may be some swapping
>>>> taking place.
>>>>
>>>> The annoying bit is the dhcp stuff for ipv4, which takes around 10
>>>> seconds. ipv6 is up within a second.
>>>>
>>>> I contrast this with the minis at various PPOEs, which all took around
>>>> 30 minutes to come up completely.
>>>
>>> That's (30 minutes boot-up) is horrid.  DEC would consider that a bug.
>>> Note that none of the OS developers would wait that long for a restart
>>> so they would work on getting a system up quickly.
>>
>> Never booted VMS off a DECtape II then?  :)
>
>Both were shit products.  VMS got better after the PDP-10 developers
>got hired.
>
>IIRC, most of VMS' thrashing at boot time was to figure out which
>products were "allowed" to be loaded.  IOW, if the site/system
>had the proper licenses.

Not quite. Even our home-built daemons (in fortran and C, requiring
only RMS and the basic OS as libraries) took more than a quarter of
an hour to load in a 4M 11/750, assigning 28 async ports and setting
up a huge "poll()" on them. 

Also, the same 28 internally scheduled threads had one file pointer
into the same file, an RMS indexed file. That contributed to this
taking ages to start.

But once it was running it ran pretty fast. (for an 11/750, at least).

The very same program on a Prime 50-series took around 2 minutes to
start, but needed around 10 minutes worth of preceding segment sharing, 
so they were both as slow. (on a 550-II).

The program in question is the Z00 driver for disseminating stock
ticker data in real time; which at that time meant within 100 ms of
the actual trade, and with a max skew of 50ms randomly distributed
between recipients. We went to great lengths to ensure these criteria, 
which added around 10 lines of code, but very carefully placed code.

The VMS implementation has N workers internally scheduled in a 
realtime process (because the VMS schedulers stunk); the Primos one
had individual phantoms with lots of shared memory, and a large use
of the recycl() os call, to give up the rest of the time slice to
the next process in line. 

-- mrr

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


Thread

[CM] Coding with dad on the Dragon 32 RS Wood  <rsw@therandymon.com> - 2015-11-08 13:49 +0000
  Re: [CM] Coding with dad on the Dragon 32 RS Wood <rsw@therandymon.com> - 2015-11-09 09:22 +0300
    Re: [CM] Coding with dad on the Dragon 32 Marko Rauhamaa <marko@pacujo.net> - 2015-11-09 09:22 +0200
      Re: [CM] Coding with dad on the Dragon 32 "gareth" <no.spam@thank.you.invalid> - 2015-11-09 11:10 +0000
        Re: [CM] Coding with dad on the Dragon 32 Ahem A Rivet's Shot <steveo@eircom.net> - 2015-11-09 12:07 +0000
      Re: [CM] Coding with dad on the Dragon 32 Morten Reistad <first@last.name.invalid> - 2015-11-09 12:08 +0100
        Re: [CM] Coding with dad on the Dragon 32 jmfbahciv <See.above@aol.com> - 2015-11-09 14:13 +0000
          Re: [CM] Coding with dad on the Dragon 32 "gareth" <no.spam@thank.you.invalid> - 2015-11-09 14:23 +0000
            Re: [CM] Coding with dad on the Dragon 32 jmfbahciv <See.above@aol.com> - 2015-11-10 14:22 +0000
              Re: [CM] Coding with dad on the Dragon 32 Morten Reistad <first@last.name.invalid> - 2015-11-10 18:18 +0100
                Re: [CM] Coding with dad on the Dragon 32 Ahem A Rivet's Shot <steveo@eircom.net> - 2015-11-10 18:25 +0000
                Re: [CM] Coding with dad on the Dragon 32 "gareth" <no.spam@thank.you.invalid> - 2015-11-10 19:35 +0000
                Re: [CM] Coding with dad on the Dragon 32 "John Jackson" <jj@nospam.com> - 2015-11-11 06:47 +1100
                Re: [CM] Coding with dad on the Dragon 32 "gareth" <no.spam@thank.you.invalid> - 2015-11-10 21:15 +0000
                Re: [CM] Coding with dad on the Dragon 32 "John Jackson" <jj@nospam.com> - 2015-11-11 12:15 +1100
                Re: [CM] Coding with dad on the Dragon 32 "gareth" <no.spam@thank.you.invalid> - 2015-11-11 10:19 +0000
                Re: [CM] Coding with dad on the Dragon 32 Ahem A Rivet's Shot <steveo@eircom.net> - 2015-11-11 06:23 +0000
                Re: [CM] Coding with dad on the Dragon 32 Mike Tomlinson <mike@jasper.org.uk> - 2015-11-10 19:51 +0000
                Re: [CM] Coding with dad on the Dragon 32 Morten Reistad <first@last.name.invalid> - 2015-11-11 00:31 +0100
                Re: [CM] Coding with dad on the Dragon 32 Stan Barr <plan.b@bluesomatic.org> - 2015-11-11 08:01 +0000
                Re: [CM] Coding with dad on the Dragon 32 Morten Reistad <first@last.name.invalid> - 2015-11-11 12:23 +0100
                Re: [CM] Coding with dad on the Dragon 32 pechter@pechter.dyndns.org (William Pechter) - 2015-11-12 03:27 +0000
                Re: [CM] Coding with dad on the Dragon 32 Ahem A Rivet's Shot <steveo@eircom.net> - 2015-11-12 13:23 +0000
                Re: [CM] Coding with dad on the Dragon 32 jmfbahciv <See.above@aol.com> - 2015-11-11 14:39 +0000
                Re: [CM] Coding with dad on the Dragon 32 "Rod Speed" <rod.speed.aaa@gmail.com> - 2015-11-12 05:51 +1100
              Re: [CM] Coding with dad on the Dragon 32 "Rod Speed" <rod.speed.aaa@gmail.com> - 2015-11-11 06:28 +1100
          Re: [CM] Coding with dad on the Dragon 32 Bob Eager <news0005@eager.cx> - 2015-11-09 16:24 +0000
            Re: [CM] Coding with dad on the Dragon 32 jmfbahciv <See.above@aol.com> - 2015-11-10 14:22 +0000
              Re: [CM] Coding with dad on the Dragon 32 scott@slp53.sl.home (Scott Lurndal) - 2015-11-10 16:01 +0000
                Re: [CM] Coding with dad on the Dragon 32 Morten Reistad <first@last.name.invalid> - 2015-11-10 18:20 +0100
                Re: [CM] Coding with dad on the Dragon 32 scott@slp53.sl.home (Scott Lurndal) - 2015-11-10 18:49 +0000
                Re: [CM] Coding with dad on the Dragon 32 jmfbahciv <See.above@aol.com> - 2015-11-11 14:39 +0000
                Re: [CM] Coding with dad on the Dragon 32 scott@slp53.sl.home (Scott Lurndal) - 2015-11-11 16:31 +0000
                Re: [CM] Coding with dad on the Dragon 32 Bob Eager <news0005@eager.cx> - 2015-11-11 18:05 +0000
                Re: [CM] Coding with dad on the Dragon 32 scott@slp53.sl.home (Scott Lurndal) - 2015-11-11 18:20 +0000
                Re: [CM] Coding with dad on the Dragon 32 Bob Eager <news0005@eager.cx> - 2015-11-11 23:24 +0000
                Re: [CM] Coding with dad on the Dragon 32 jmfbahciv <See.above@aol.com> - 2015-11-12 14:04 +0000
                Re: [CM] Coding with dad on the Dragon 32 pechter@pechter.dyndns.org (William Pechter) - 2015-11-12 14:47 +0000
                Re: [CM] Coding with dad on the Dragon 32 jmfbahciv <See.above@aol.com> - 2015-11-13 13:58 +0000
                Re: [CM] Coding with dad on the Dragon 32 Morten Reistad <first@last.name.invalid> - 2015-11-13 15:44 +0100
                Re: [CM] Coding with dad on the Dragon 32 jmfbahciv <See.above@aol.com> - 2015-11-14 13:56 +0000
                Re: [CM] Coding with dad on the Dragon 32 "John Jackson" <jj@nospam.com> - 2015-11-15 04:44 +1100
                Re: [CM] Coding with dad on the Dragon 32 Anne & Lynn Wheeler <lynn@garlic.com> - 2015-11-14 10:15 -0800
                Re: [CM] Coding with dad on the Dragon 32 Anne & Lynn Wheeler <lynn@garlic.com> - 2015-11-14 10:53 -0800
                Re: [CM] Coding with dad on the Dragon 32 scott@slp53.sl.home (Scott Lurndal) - 2015-11-16 14:47 +0000
                Re: [CM] Coding with dad on the Dragon 32 scott@slp53.sl.home (Scott Lurndal) - 2015-11-12 15:26 +0000
              Re: [CM] Coding with dad on the Dragon 32 Morten Reistad <first@last.name.invalid> - 2015-11-10 17:52 +0100
          Re: [CM] Coding with dad on the Dragon 32 Morten Reistad <first@last.name.invalid> - 2015-11-09 20:17 +0100
          Re: [CM] Coding with dad on the Dragon 32 hankvc@blackhole.lostwells.org (Hank) - 2015-11-10 02:21 +0000
            Re: [CM] Coding with dad on the Dragon 32 jmfbahciv <See.above@aol.com> - 2015-11-10 14:22 +0000
      Re: [CM] Coding with dad on the Dragon 32 jmfbahciv <See.above@aol.com> - 2015-11-09 14:13 +0000
        Re: [CM] Coding with dad on the Dragon 32 "Rod Speed" <rod.speed.aaa@gmail.com> - 2015-11-10 05:31 +1100
          Re: [CM] Coding with dad on the Dragon 32 jmfbahciv <See.above@aol.com> - 2015-11-10 14:22 +0000
            Re: [CM] Coding with dad on the Dragon 32 Morten Reistad <first@last.name.invalid> - 2015-11-10 18:05 +0100
              Re: [CM] Coding with dad on the Dragon 32 Ahem A Rivet's Shot <steveo@eircom.net> - 2015-11-11 10:52 +0000
                Re: [CM] Coding with dad on the Dragon 32 Mike Tomlinson <mike@jasper.org.uk> - 2015-11-11 11:40 +0000
                Re: [CM] Coding with dad on the Dragon 32 Ahem A Rivet's Shot <steveo@eircom.net> - 2015-11-11 14:01 +0000
            Re: [CM] Coding with dad on the Dragon 32 "Rod Speed" <rod.speed.aaa@gmail.com> - 2015-11-11 06:25 +1100
              Re: [CM] Coding with dad on the Dragon 32 Johnny B Good <johnny-b-good@invalid.ntlworld.com> - 2015-11-10 23:19 +0000
                Re: [CM] Coding with dad on the Dragon 32 "Sam Thatch" <st342@gmail.com> - 2015-11-11 12:23 +1100
                Re: [CM] Coding with dad on the Dragon 32 Ahem A Rivet's Shot <steveo@eircom.net> - 2015-11-11 07:34 +0000
                Re: [CM] Coding with dad on the Dragon 32 Johnny B Good <johnny-b-good@invalid.ntlworld.com> - 2015-11-11 17:24 +0000
                Re: [CM] Coding with dad on the Dragon 32 RS Wood <rsw@therandymon.com> - 2015-11-11 17:33 +0000
                Re: [CM] Coding with dad on the Dragon 32 Mike Tomlinson <mike@jasper.org.uk> - 2015-11-11 09:51 +0000
            Re: [CM] Coding with dad on the Dragon 32 pechter@pechter.dyndns.org (William Pechter) - 2015-11-12 03:17 +0000
              Re: [CM] Coding with dad on the Dragon 32 jmfbahciv <See.above@aol.com> - 2015-11-12 14:04 +0000
                Re: [CM] Coding with dad on the Dragon 32 Nyssa <Nyssa@flawlesslogic.com> - 2015-11-12 12:24 -0500
                Re: [CM] Coding with dad on the Dragon 32 Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2015-11-12 17:45 +0000
                Re: [CM] Coding with dad on the Dragon 32 jmfbahciv <See.above@aol.com> - 2015-11-13 13:58 +0000
                Re: [CM] Coding with dad on the Dragon 32 Rich <rich@example.invalid> - 2015-11-13 15:51 +0000
                Re: [CM] Coding with dad on the Dragon 32 Nyssa <Nyssa@flawlesslogic.com> - 2015-11-13 14:51 -0500
                Re: [CM] Coding with dad on the Dragon 32 pechter@pechter.dyndns.org (William Pechter) - 2015-11-15 16:44 +0000
                Re: [CM] Coding with dad on the Dragon 32 Andrew Swallow <am.swallow@btinternet.com> - 2015-11-13 18:11 +0000
                Re: [CM] Coding with dad on the Dragon 32 "Rod Speed" <rod.speed.aaa@gmail.com> - 2015-11-13 12:37 +1100
      Re: [CM] Coding with dad on the Dragon 32 Paul Sture <nospam@sture.ch> - 2015-11-11 18:32 +0100

csiph-web