- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- UX vs Windoze
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2003 10:58 AM
01-21-2003 10:58 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2003 11:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2003 11:08 AM
01-21-2003 11:08 AM
Re: UX vs Windoze
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2003 11:10 AM
01-21-2003 11:10 AM
Re: UX vs Windoze
BIIIGGGGG DIFFERENCE between PA-RISC Based processors and Pentium Intel Based processors.
Much faster I/O processing power in a PA-RISC processor.
Good site here that explains each type of processor.
http://www.epcc.ed.ac.uk/direct/newsletter5/node1.html
Gl
Frank G.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2003 11:10 AM
01-21-2003 11:10 AM
Re: UX vs Windoze
Another possible reason is that the app is multi-threaded & can execute on all 3 CPUs at once on the HP-UX system. Check a glance or top output while it (and only it) is running. If all 3 CPUs are cranking - it's multi-threaded.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2003 11:30 AM
01-21-2003 11:30 AM
Re: UX vs Windoze
The nice thing about HPUX is you can tune it better also. (There's always something you can do.)
Have fun.
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2003 12:05 PM
01-21-2003 12:05 PM
Re: UX vs Windoze
These disks are not only faster by itself (most of the time), but they unload the CPU(s) because the disk IO is controlled by the SCSI controler, where IDE disks take a lot of the main CPU for control and memory moves. Newer IDE disks make good use of DMA, but it's still the main processor that has to direct the disks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2003 12:59 PM
01-21-2003 12:59 PM
Re: UX vs Windoze
We run Oracle on the machine. It handles way more volume than the Quad pentium machines running Squirrel Server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 06:16 AM
01-22-2003 06:16 AM
Re: UX vs Windoze
The same can be said about Mhz and Ghz, not all of them are created equally.
Also the OS can have a big difference.
We installed Debian Linux on an HP machine for testing. It did not perform nearly as fast as the same machine did on HPUX.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 06:36 AM
01-22-2003 06:36 AM
Re: UX vs Windoze
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 06:39 AM
01-22-2003 06:39 AM
Re: UX vs Windoze
Chuck J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 06:43 AM
01-22-2003 06:43 AM
Re: UX vs Windoze
1. UNIX is taking adavtage of the SMP (Symetrical Multi Processing) allowing it to not only multi task but you have the advantage of using more than one processor simultaneously.
2. I guess point one pretty much covers it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 07:58 AM
01-22-2003 07:58 AM
Re: UX vs Windoze
Windows - originally single user on low-spec hardware, so no real pressure to optimise and some legacy of "all mine" resource management.
UNIX - Designed for multi-processing and sharing, severely optimised and a legacy of "share and share alike".
NB. Watch your Analyst / Programmers; a Windoze based programmer will (generally) write code quickly that has no consideration for resources; an old Mainframe / UNIX Programmer will (generally) write tighter, more efficient code that uses resources in the best way possible.
Just my bias! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 09:11 AM
01-22-2003 09:11 AM
Re: UX vs Windoze
Your HP-UX system and your WIndows system have the following fundamental differences:
1) CPU architecture and speed
2) Memory bandwidth (and probably quantity)
3) Disk I/O characteristics (IDE vs. SCSI; RAID vs. non-RAID; overall throughput, etc)
4) O/S design
5) Application implementation. Just becuase the same app is available on two platforms doesn't mean that it didn't get "tuned" for a particular platform.
In short, if you really want to know WHY your HP-UX system is handling this task better than your Windows system, there are a multitude of things to look at. There are too many factors involved to point the performance finger at the OS.
(Note: nowhere did I say that Windows is "better" than UNIX or vice versa, although that seems to be the conclusion that everyone is drawing...)