![]() |
Search |
| Home |
Article Path: Home: Computers and Technology: Linux and BSD on the Desktop: Desktop FreeBSD: 64-bit Future Re: Desktop FreeBSD: 64-bit Future Suggesting that a 64bit OS can make your soundcard produce better sound? Posted by Jan - Oct 10, 2006 | 2:52:25 Re: Desktop FreeBSD: 64-bit Future I think this is a good informative article. You Jan, are are an obnoxious idiot yourself. Posted by Ewout - Oct 10, 2006 | 3:59:51 Re: Desktop FreeBSD: 64-bit Future This article contains glaring technical errors. Posted by Jan - Oct 10, 2006 | 4:33:14 Re: Desktop FreeBSD: 64-bit Future I love FreeBSD and I have 4 machines configured with -CURRENT or -STABLE but I’m with Jan on that one… Posted by The Daemon - Oct 10, 2006 | 7:9:30 Re: Desktop FreeBSD: 64-bit Future Funny, my old/homebuilt 1.2 AMD Athlon (Thunderbird) just died, and yesterday I was looking on Dell’s website; I found the E521 - an AMD64 3200+ / 512Megs DDR2 SDRAM at 533MHz / 80Gig SATA / DVD-ROM drive - for 319$ (just remove the flat panel from the options). What the hell is that? I am going to run Ubuntu AMD64 on it, but now I think I’ll dual boot FreeBSD 6.1 alongside, as I think these boxes are way underrated, what with ever annoying Intel commercial telling everyone that they need a Dual-Core 2 to ‘do more’! Like they need that kind of horse power to check email and view news online… My home server is FreeBSD 6.0 (no gui) and I couldn’t be happier with it. Ubuntu is my desk, but with a new box and plenty of HD space, I will try out F*BSD64 too. Thanks for the timely write up! P Posted by fak3r - Oct 10, 2006 | 9:3:5 Re: Desktop FreeBSD: 64-bit Future Couldn’t find 32-bit hardware? Where were you, Oklahoma City, North Korea? Try calling Dell, HP, Compaq, etc. Or, here’s a nickel, go to pricewatch.com and find more 32-bit hardware than you can shake a non-32-bit-working sound card at. Posted by Rick C - Oct 10, 2006 | 10:2:36 Re: Desktop FreeBSD: 64-bit Future There is nothing beta about FreeBSD’s amd64 support; amd64 is a tier 1 platform, along with i386, sparc64 and pc98. Beyond that, I have to agree with Jan here, although I wouldn’t phrase it so strongly; the author seems to have only a superficial understanding of computer technology. Ed, 64 bits are not automatically better than 32. 64-bit software is up to twice as large and uses up to twice as much memory as the equivalent 32-bit software, and will therefore generally run slower on the same hardware unless it is designed to take advantage of the increased address space. Office software will not benefit much; software that manipulates large amounts of data (image manipulation, CAD/CAM, RDBMS) will. Finally, a 64-bit CPU will usually have more cache and more memory bandwidth than a comparable 32-bit CPU, so it will run memory-intensive software (both 32-bit or 64-bit) faster. Posted by DES - Oct 10, 2006 | 10:58:42 Re: Desktop FreeBSD: 64-bit Future DES, 64-bit software is NOT twice as large. Why? Because the only the pointers are twice as large — 8 bytes up from 4. But a four byte int is still four bytes, an 8 byte unsigned long is still 8 bytes, and the string “Hello World” does not magically inflate from 12 bytes to 24. I have two packages of rhythmbox right here. The i386 version is 3.6 Megs (compressed), while the AMD64 version is a whopping 3.7. This is typical, and by no means an exception. General rule of thumb: 64-bits is not just two times 32-bit. Posted by Adam Petaccia - Oct 10, 2006 | 11:21:48 Re: Desktop FreeBSD: 64-bit Future Adam, that depends on your architecture. On a RISC platform, 64-bit software is twice as large as 32-bit software, because all instructions are exactly 64 bits long. On a CISC platform, some instructions will be longer and some will not; that is why I wrote “*up* to twice as large” (reading skills aren’t what they used to be, eh?) Memory usage, however, will grow quite a bit, because most applications store data in fairly small structures with plenty of pointers. Stack usage will also increase significantly. Posted by DES - Oct 10, 2006 | 12:12:1 Umm yes a sound card and driver can work better … what is so hard to understand? Performance of a sound card can be effected by the driver. It’s very possible that 64bit driver/kernel might produce better sound than the same card running on a 32bit system. Re: Desktop FreeBSD: 64-bit Future Anyone is welcome to write their own article for submission, and refute anything or everything I’ve written above. You’d be surprised how easy it is to get accepted. Thin-skinned I am not. Meanwhile, I would suggest people who actually read what I wrote may not draw quite the same conclusions as some of you folks. Many of you react to things I didn’t say. Posted by Ed Hurst - Oct 16, 2006 | 17:2:41 Re: Desktop FreeBSD: 64-bit Future Adam- good call, except ‘int’ is the register size the OS supports; on a 32-bit OS it will be 4B, on a 64-bit OS it will be 8B. This would cause a size increase in built-in ‘int’ or pointer constants/initializers, which is still menial, however. Posted by Kevin Barry - Oct 21, 2006 | 14:43:13 Re: Desktop FreeBSD: 64-bit Future Adam, and others, maybe 10 times more if you loaded with 64 x window compare to win32 or apple 8205 chips …. yeah ? free lane agent, 10/23/06 passing through Posted by free lane agent - Oct 23, 2006 | 17:29:53 Re: Desktop FreeBSD: 64-bit Future Unfortunatly some essential (to me) packages do not work with freebsd/amd64, like vmware3 (I need to run some windows applications). Other things I like to have is opera, flash7, win32-codecs for mplayer and xine. Is openoffice already working on freebsd/amd64? Does amd64, compared to i386, really gain much performance? You already wrote, probably not, except for certain math stuff and compiling. It would be interresting to see some real benchmark results between a CPUTYPE=k8 32bit environment and amd64 64bit environment on the same hardware. Unfortunatly the FreeBSD/amd64 kernel is not fully supporting a 32bit userland, like linux and solaris does. Posted by Bastiaan Welmers - Oct 29, 2006 | 12:27:44 Re: Desktop FreeBSD: 64-bit Future I’ve written above. You’d be surprised how easy it is to get accepted. Thin-skinned I am not. Meanwhile, I would suggest people who actually read what I wrote may not draw quite the same conclusions as some of you folks. Many of you react to things I didn’t say. Posted by Christopher Jonse - Jan 24, 2007 | 15:4:3 Re: Desktop FreeBSD: 64-bit Future But a four byte int is still four bytes, an 8 byte unsigned long is still 8 bytes, and the string “Hello World” does not magically inflate from 12 bytes to 24. I have two packages of rhythmbox right here. The i386 version is 3.6 Megs, while the AMD64 version is a whopping Posted by Michael - Jan 25, 2007 | 12:39:6 Re: Desktop FreeBSD: 64-bit Future I’m more interested is taking 64bit versions of PostgreSQL 8.3, MySQL 5.x and FireBirdSQL for a spin to see how they fare against their 32bit cousins. Database apps are a great spot for performance improvements. Posted by MaxTheITpro - Apr 3, 2008 | 8:17:11 Please enter your comment entry below. Press 'Preview' to see how it will look. | ||||||||
The Disaster of the Rolling ReleaseBy Ed HurstI've always enjoyed exploring. Every time I've moved from one residence to another, I've always wandered around my new neighborhood, simply to see what was there. It's the same with computer technology. I love poking around operating systems. Lately, one aspect of this has gotten tiring in every Open Source operating system: the rolling release. The phrase refers to the sometimes feverish effort to add new features, long before the old ones even work properly. |
Help Us Serve YouOpen for Business strives to serve up the most interesting, relevant content possible; however, we can only do so with your help. Please take a few moments to fill out our online survey so that we can learn more about the interests of our readers, readers such as you. |
Write for OFBOpen for Business accepts commentaries and other works on technology, current events, politics, philosophy, business and other relevant matters for publication. Commentaries should be 600-800 words in length, other works vary but should generally be kept to less than 1500 words. If you think you would like to contribute, contact OFB's editor, Timothy R. Butler. |
| Home |
| © 2001-2009 Universal Networks, All Rights Reserved. Some content rights may be held by Universal Networks' providers and used under license. |