I've heard people say that UNIX, like Solaris, AIX, HPUX, IRIX, is better than GNU/Linux. You would hope so, considering UNIX costs money but GNU/Linux is free! But recently I hear about all the big UNIX companies like Sun, IBM, HP and SGI, pushing GNU/Linux over UNIX. In fact SGI just made 128 processer GNU/Linux system called Altix. GNU/Linux just got o(1) scheduler too. Doesn't this mean GNU/Linux is more scalable than UNIX now? It seems all the big UNIX companies want to standardize on GNU/Linux, which is good! But why do people still say UNIX is better?
Announcement
Collapse
No announcement yet.
Why use UNIX?
Collapse
X
-
Originally posted by kidlinuxI've heard people say that UNIX, like Solaris, AIX, HPUX, IRIX, is better than GNU/Linux. You would hope so, considering UNIX costs money but GNU/Linux is free! But recently I hear about all the big UNIX companies like Sun, IBM, HP and SGI, pushing GNU/Linux over UNIX. In fact SGI just made 128 processer GNU/Linux system called Altix. GNU/Linux just got o(1) scheduler too. Doesn't this mean GNU/Linux is more scalable than UNIX now? It seems all the big UNIX companies want to standardize on GNU/Linux, which is good! But why do people still say UNIX is better?
Honestly, I believe it is for the same reason that people say Windows is better then Linux.... Personal Preference.
-
Originally posted by kidlinuxI've heard people say that UNIX, like Solaris, AIX, HPUX, IRIX, is better than GNU/Linux. You would hope so, considering UNIX costs money but GNU/Linux is free! But recently I hear about all the big UNIX companies like Sun, IBM, HP and SGI, pushing GNU/Linux over UNIX.
In fact SGI just made 128 processer GNU/Linux system called Altix.
GNU/Linux just got o(1) scheduler too. Doesn't this mean GNU/Linux is more scalable than UNIX now?
It seems all the big UNIX companies want to standardize on GNU/Linux, which is good! But why do people still say UNIX is better?45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B0
45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B1
[ redacted ]
Comment
-
Also, there is the matter of legacy hardware. Large organizations have invested millions of dollars in their hardware (Sparc, Origin you name it) and simply cannot afford to scrap it all for a new architecture.
I know of a major insurance company that still runs it's entire business off of IBM 360/370s because they aren't willing to upgrade the hardware and software. It was cheaper for them to pay a lot, and I mean A LOT, of money to have the Y2k isssues addressed (and yes with 360/370 it was a REAL issue) than upgrade.
There is also something to be said for an OS that is developed specifically for the hardware a system uses (Mac fans stand up and be counted here).
That said, in most situations these days, if I was going to add new hardware to an existing architecture, or build a new architecture from the ground up, I would go with Linux. Most, I say, not all.Last edited by Chris; December 3, 2003, 14:29.perl -e 'print pack(c5, (41*2), sqrt(7056), (unpack(c,H)-2), oct(115), 10)'
Comment
-
Originally posted by ChrisThat said, in most situations these days, if I was going to add new hardware to an existing architecture, or build a new architecture from the ground up, I would go with Linux. Most, I say, not all.45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B0
45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B1
[ redacted ]
Comment
-
Originally posted by basculeAgreed. If you were, say, developing the backend for a database-driven JSP web site, Linux would be an excellent choice for the application servers, but for the database servers you are more than likely going to want Oracle/Solaris (a 64-bit architecture is important because otherwise the DBMS has to process data in a maximum of 4GB chunks due to addressing limits of 32-bit architectures) The V440, for example, provides excellent price/performance even when compared with commodity x86 systems from Dell. Reliability is an important concern with database servers as well... chances are you will only be replicating the database across a small number of servers (2-4), so losing one dramatically impacts database performance and thus overall performance of the web site. The cost of even a small amount of downtime might greatly outweigh the cost difference between a commodity x86 server and a Sun server. These are all issues which must be properly evaluated when making purchasing decisions.
Excellent example. Solaris/Oracle should come up with one of those spiffy nicknames like Wintel they are so tightly integrated. Solaracle? Oralis?perl -e 'print pack(c5, (41*2), sqrt(7056), (unpack(c,H)-2), oct(115), 10)'
Comment
-
Okay thanks for the infoz. I have never talked to a real UNIX person or even seen a UNIX machine before, and the GNU/Linux people I talk to make it sound like GNU/Linux is already better than UNIX, but it sounds like UNIX still has some tricks in its bag.
Comment
-
A good analogy would be that Linux works like a van or semi-truck. Solaris is used howerver, when you need an Aircraft Carrier."Those who would willingly trade essential liberty for temporary security are deserving of neither." --Benjamin Franklin
Comment
-
Originally posted by jesseA good analogy would be that Linux works like a van or semi-truck. Solaris is used howerver, when you need an Aircraft Carrier.
Comment
-
It is also good to note that Linux did not come directly from the Unix food chain, but was inspired by it (almost exact command syntax is used in GNU apps).
Unix has been around since the beggining of time, therefore alot of the 'big thinker' concepts (see works by Tanenbom (sp?)) have been applied making Unix flavors stable and well groomed. This puts an idea of stablity in most administrators minds (is it 'sexy' versus does it work). Although they did not (do not) have the might of an open source community, so Linux plays catch up very quickly.
Bottom line, it's not 'which is better' or 'why use Unix' but rather 'which network OS will give me the most for what I want to do'
This comes directly from a corporate stand point. And so call'ed 'Avangelist' have to use this angle if they truly feel that there power house OS can stack up to that order (corporate sign off's)."Never Underestimate the Power of Stupid People in Large Groups"
Comment
-
Originally posted by hackajarIt is also good to note that Linux did not come directly from the Unix food chain, but was inspired by it (almost exact command syntax is used in GNU apps).
Comment
Comment