It’s when they had to negotiate for the next generation where the price would be hiked.
Like the author I wouldn’t bet more than a beverage on this though.
It’s when they had to negotiate for the next generation where the price would be hiked.
Like the author I wouldn’t bet more than a beverage on this though.
The Neo being an exception I beleive.
Classic MacOS never had an entirely reliable network stack for browsing the web but hey, they had a GUI running in 128k of RAM in 1984. Not to say that macs didn't have their charms during the .com bubble but it wasn't until Mac OS X came out in 2001 that a mac was a purchase that made sense.
I've been in computer labs full of Mac OS 8/9 machines happily browsing the internet so I'm not sure what your claim about "unreliable network stack" is referencing. Unless you mean "a crash requires a reboot" which was true, but also often true for Windows 95/98 as well!
Early on the mac was crashing all the time when I was browsing the net, at some point in the 8-9 era they added a bunch of locks to stop the crashes and then it was beachball city all the time.
My understanding was that classic was built on the assumption that events come in from the keyboard and mouse and once you added more events from the network it exposed race conditions. It probably didn't help that we were on "Internet 2" had were early to get 100 Mbps ethernet. If you were using dialup it was probably not so bad.
People think "you have race conditions or you don't" and that is true on some level but if your utilization factors are low they might cause problems once a month but increase the load and those problems are happening once an hour. I saw all the symptoms that I expected such as a brand new and faster mac crashing less often than the old mac because it had more capacity to process events and less overlap between them.
Yeah '95 was bad, NT not much better despite the fanbois saying otherwise (had terrible fights w/ a prof who was a roommate of Bill Gates who got a grant from Wintel to get new x86 machines.) Once we got those machines there were two of us you'd always find in front of the NT machines: the student who liked NT and myself who would use VNC to log into one of the few Linux machines. One day that prof came around and said "you win Paul!" and announced that most of those NT machines would be switched to Linux.
Classic Mac OS used a cooperative threading model which meant that one program locking up would lock up the whole computer, but Windows 95 was only slightly better in this regard. It didn't have any classical race conditions with the network as you can't "race" in a world with no preemptive threads--control is only ever handed off when a program explicitly yielded.
They added preemptive multitasking around System 7.5, but anything that used the Toolbox still had to run in the main thread and be cooperatively multitasked so it wasn't much of an improvement (hence the lockups).
You still have to turn off USB power management on a windows machine to avoid serious problems just as you have to turn off Bluetooth power management if you don't want to be connecting and reconnecting your headphones several times a day.