While waiting for assorted software updates to install today I found myself wondering... Mac OS and Windows usually need to reboot your machine to install updates. Yet I have, several times, seen Unix machines that I believe were being maintained with uptimes of more than a year. What's the deal? Is Unix just better able to support hot-fixes, or
(
Read more... )
Comments 10
The Pretty - it costs.
Reply
Reply
(The comment has been removed)
Reply
Reply
With Windows, I suspect that certain things are still very closely coupled to the operating system kernel. If I were a little more paranoid/cynical, I might think it is also a sneaky way to mask memory leaks and garbage collection problems.... 8^) To be honest, I do get a lot of Windows "hot-fixes" at work, but I suspect they simply are patches and upgrades to non-core components of the system (or what passses for TSRs these days)
Reply
Reply
In Unix filesystems, there is a level of indirection between a file’s name and its inode, which contains things like the ownership, permissions, and pointers to the blocks storing the actual data on the disk. Because of this indirection, one process can open a file, another process can delete it, and the storage the file uses will not actually be freed up until the first process closes it ( ... )
Reply
I'm currently on XP at work, though I understand that Windows 7 will be rolling out next year. I should be good until October, when the lease on my current machine expires, assuming nothing melts down that would require earlier replacement. (My goal is to be among the last to get it, not among the first. That's not specific to Windows 7; for any expensive transition, I want to be able to benefit from what others have learned, 'cause my deadlines aren't going to get pushed out just because I now have to figure out accessibility, security, and just plain usability in a new environment.)
Reply
Reply
(The comment has been removed)
Reply
Leave a comment