Click here to Skip to main content
15,896,489 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
PraiseRe: "Linux is better thought-out than Windows" Pin
Ravi Bhavnani10-Mar-19 12:33
professionalRavi Bhavnani10-Mar-19 12:33 
GeneralRe: "Linux is better thought-out than Windows" Pin
Mike Hankey10-Mar-19 12:36
mveMike Hankey10-Mar-19 12:36 
GeneralRe: "Linux is better thought-out than Windows" Pin
Kornfeld Eliyahu Peter10-Mar-19 23:08
professionalKornfeld Eliyahu Peter10-Mar-19 23:08 
GeneralRe: "Linux is better thought-out than Windows" Pin
kalberts11-Mar-19 1:00
kalberts11-Mar-19 1:00 
GeneralRe: "Linux is better thought-out than Windows" Pin
  Forogar  11-Mar-19 3:15
professional  Forogar  11-Mar-19 3:15 
GeneralRe: "Linux is better thought-out than Windows" Pin
Mike Hankey11-Mar-19 3:25
mveMike Hankey11-Mar-19 3:25 
GeneralRe: "Linux is better thought-out than Windows" Pin
  Forogar  11-Mar-19 3:49
professional  Forogar  11-Mar-19 3:49 
GeneralRe: "Linux is better thought-out than Windows" Pin
kalberts11-Mar-19 5:10
kalberts11-Mar-19 5:10 
Maybe there were good uVax implementations. But the first attempt to build a small Vax was the 730. From a performance point of view, it was a nightmare!

Friends of mine were using it and reported that had timed the filling an 80 char input buffer with spaces to take 20 milliseconds. A process switch took 100 ms - 1/10 second(!). In their project, they had to change the software architecture from three to two processes (and redistribute the functions) in order to reduce the required number of process switches; that significantly increased the performance of their application. It took just a few weeks before someone got hold of a big yellow-green "Turtle Wax" sticker to put on the front panel of the machine.

The 730 was an extremely microcoded machine, with a highly vertical architecture: While the 780 had a 96 bit microcode word, so that it could issue 96 signals per microcycle, the 730 had 24 bits, heavily multiplexed. So the meaning of one bit could depend a lot on other bits, and had to be decoded by a logic network before sent to the actual circuits. The hardware itself was also far simpler, so it took a lot more microcycles to perform one complete machine instruction.

Even the 780 had some hardware limitations, the strictest one (for the performance) was that all page tables had to be resident in memory; it couldn't handle a page fault in the page fault interrupt handler. In 1970 or 80, our university had one 780 with a whooping 1 megabyte of RAM. Whenever the electronics guys ran their circuit layout program, which used immense amounts of virtual memory, they had to reboot the machine with a large page table configuration so that more than 600K was taken by the page tables and resident part of the OS, slightly more than 300 kbyte was available for paging of user programs and non-resident OS parts. You may call it "CPU abuse" to run a VAX 780 CPU on 1 megabyte of RAM, but if you weren't there at the time, you would never believe the cost of RAM in those days...
GeneralRe: "Linux is better thought-out than Windows" Pin
kalberts11-Mar-19 4:36
kalberts11-Mar-19 4:36 
GeneralRe: "Linux is better thought-out than Windows" Pin
dandy7210-Mar-19 9:31
dandy7210-Mar-19 9:31 
GeneralRe: "Linux is better thought-out than Windows" PinPopular
Maximilien10-Mar-19 8:16
Maximilien10-Mar-19 8:16 
GeneralRe: "Linux is better thought-out than Windows" Pin
dandy7210-Mar-19 9:38
dandy7210-Mar-19 9:38 
GeneralRe: "Linux is better thought-out than Windows" Pin
Mike Hankey10-Mar-19 9:31
mveMike Hankey10-Mar-19 9:31 
GeneralRe: "Linux is better thought-out than Windows" Pin
dandy7210-Mar-19 9:34
dandy7210-Mar-19 9:34 
GeneralRe: "Linux is better thought-out than Windows" Pin
theoldfool10-Mar-19 10:35
professionaltheoldfool10-Mar-19 10:35 
JokeRe: "Linux is better thought-out than Windows" Pin
k505410-Mar-19 11:01
mvek505410-Mar-19 11:01 
GeneralRe: "Linux is better thought-out than Windows" Pin
Mark_Wallace10-Mar-19 11:29
Mark_Wallace10-Mar-19 11:29 
GeneralRe: "Linux is better thought-out than Windows" Pin
PIEBALDconsult10-Mar-19 11:50
mvePIEBALDconsult10-Mar-19 11:50 
GeneralRe: "Linux is better thought-out than Windows" Pin
Ravi Bhavnani10-Mar-19 12:36
professionalRavi Bhavnani10-Mar-19 12:36 
GeneralRe: "Linux is better thought-out than Windows" Pin
PIEBALDconsult10-Mar-19 12:57
mvePIEBALDconsult10-Mar-19 12:57 
GeneralRe: "Linux is better thought-out than Windows" Pin
kalberts11-Mar-19 1:19
kalberts11-Mar-19 1:19 
GeneralRe: "Linux is better thought-out than Windows" Pin
dandy7211-Mar-19 5:02
dandy7211-Mar-19 5:02 
GeneralRe: "Linux is better thought-out than Windows" Pin
Super Lloyd10-Mar-19 14:49
Super Lloyd10-Mar-19 14:49 
GeneralRe: "Linux is better thought-out than Windows" Pin
dandy7211-Mar-19 4:59
dandy7211-Mar-19 4:59 
GeneralRe: "Linux is better thought-out than Windows" Pin
the goat in your machine10-Mar-19 15:19
the goat in your machine10-Mar-19 15:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.