image
image

Go Back   macosx.com > Content & Information > Apple News, Rumors & Discussion

Reply
 
Thread Tools
  #1  
Old October 18th, 2005, 07:27 PM
Registered User
 
Join Date: Nov 2000
Posts: 948
Thanks: 0
Thanked 0 Times in 0 Posts
kainjow is on a distinguished road
Dual Core PowerMacs Tomorrow

Power Macs:
  • Dual Core Single chip G5 2.0ghz
  • Dual Core Dual Processor G5 2.3Ghz
  • Dual ethernet jacks
  • Up to 16GB DDR2 RAM (loaded with 512MB?)
  • Nvidia 6600GT PCI-E with native 30" Cinema Display support
PowerBooks
  • 17" PowerBooks have been dropped to $2499
  • Combo drive option on the 15" will be dropped, while maintaining a $1999 price point for the Superdrive option

They also tease there may be "one more thing", again

Some anonymous user posted this to MacRumors. Unfortunately I can't post a URL, but the Power Mac specs have been "confirmed" by 2 anonymous people
Reply With Quote
  #2  
Old October 18th, 2005, 08:34 PM
Mikuro's Avatar
Crotchety UI Nitpicker
 
Join Date: Mar 2005
Posts: 2,531
Thanks: 4
Thanked 16 Times in 15 Posts
Mikuro is on a distinguished road
I thought the DC chips hit 2.5GHz. Was I wrong? In any case, a dual-core 2.3GHz chip ought to handily outperform a single-core 2.7GHz one. That is, for multithreaded processes. As with multiple processors, the extra core is not going to make individual "everyday" processes like web page rendering any faster.

It'd be nice if the new Macs were "just plain faster, period", but hey, I'll take what I can get.

16GB of RAM? *droooooooool*
__________________
Mac mini — 1.25GHz G4, 1GB RAM — OS 10.5.5

Useful programs: Privoxy, Butler, ffmpegX, VLC, Perian, Tofu, Wcalc
Reply With Quote
  #3  
Old October 18th, 2005, 08:46 PM
Registered User
 
Join Date: Nov 2000
Posts: 948
Thanks: 0
Thanked 0 Times in 0 Posts
kainjow is on a distinguished road
I doubt the info up there is complete... maybe there will be 2.5Ghz.. we'll just have to wait.
Reply With Quote
  #4  
Old October 18th, 2005, 08:53 PM
Lt Major Burns's Avatar
"Dicky" Charlteston-Burns
 
Join Date: Jan 2005
Location: Manchester
Posts: 3,332
Thanks: 0
Thanked 1 Time in 1 Post
Lt Major Burns will become famous soon enough
remember that tiger can only use more than 4gb in command line: gui apps can only use 4gb ram. only the 64bit apps (command line only at the moment) can use 4gb+ ram.
__________________
Dual 1.8GHz G5 2GB, 1TB, Radeon 9600XT 128MB, 10.5
20" Apple Cinema Display + Dell 2005FPW 20" dual-head
iBook G3 700MHz
640MB, 40GB, Rage128 16MB, 10.4, dying battery
Reply With Quote
  #5  
Old October 18th, 2005, 11:07 PM
ElDiabloConCaca's Avatar
U.S.D.A. Prime
 
Join Date: Aug 2001
Location: San Antonio, Texas
Posts: 10,671
Thanks: 3
Thanked 160 Times in 148 Posts
ElDiabloConCaca is a jewel in the roughElDiabloConCaca is a jewel in the roughElDiabloConCaca is a jewel in the rough
Why would command-line make a difference in 64-bit compatibility or the amount of RAM they use? I don't understand...

Mathematica, one of the most popular mathematical applications, is a full GUI program and fully supports 64-bit computations (and is a 64-bit application) as well as RAM usage above 4GB.

http://www.wolfram.com/products/mathematica/platforms/

What would happen if I wrote a fully 64-bit "command-line application" that consumed more than 4GB of RAM, then added one GUI "Start" button to it? Would it cease working? Where did you get this information?
__________________
Power Macintosh G4/500MHz "Yikes!" 10.4.11 Server • 1024MB • 3 x 120GB + 320GB • DVR-111D
MacBook 2.0GHz Core 2 Duo - White 10.5.6 • 2048MB • 80GB • CD-RW/DVD-ROM
iPhone 3G 8GB • iPod Photo 60GB • iPod nano 1GB • AT&T DSL 6Mb/768k
http://www.jeffhoppe.com
Reply With Quote
  #6  
Old October 18th, 2005, 11:08 PM
Registered User
 
Join Date: Nov 2000
Posts: 948
Thanks: 0
Thanked 0 Times in 0 Posts
kainjow is on a distinguished road
I'm sure it offloads the 64-bit work to a command line utility and then gets the results.. er something like that

Or it uses non-standard methods of working with 64-bit numbers..
Reply With Quote
  #7  
Old October 18th, 2005, 11:12 PM
ElDiabloConCaca's Avatar
U.S.D.A. Prime
 
Join Date: Aug 2001
Location: San Antonio, Texas
Posts: 10,671
Thanks: 3
Thanked 160 Times in 148 Posts
ElDiabloConCaca is a jewel in the roughElDiabloConCaca is a jewel in the roughElDiabloConCaca is a jewel in the rough
There is no difference between a command-line application and a GUI application, with the exception of the GUI. The source code is even the same... unless I'm misunderstanding what you mean by "command-line application".

They're all Unix processes -- one and the same. The fact that one has a GUI and the other doesn't have a GUI doesn't change the fact that the source code is all written in the same languages -- C, C++, Obj-C, etc. I'm just not understanding why adding a GUI would cause the application to not work.

What is a "non-standard" way of working with a 64-bit number? You either have a 64-bit number, or you don't. You could possibly simulate a 64-bit number with two or more 32-bit numbers, but then you'd have two or more 32-bit numbers and your application wouldn't be 64-bit. You add, multiply, divide and subtract them, and that's all you can do to them...
__________________
Power Macintosh G4/500MHz "Yikes!" 10.4.11 Server • 1024MB • 3 x 120GB + 320GB • DVR-111D
MacBook 2.0GHz Core 2 Duo - White 10.5.6 • 2048MB • 80GB • CD-RW/DVD-ROM
iPhone 3G 8GB • iPod Photo 60GB • iPod nano 1GB • AT&T DSL 6Mb/768k
http://www.jeffhoppe.com
Reply With Quote
  #8  
Old October 18th, 2005, 11:21 PM
Registered User
 
Join Date: Nov 2000
Posts: 948
Thanks: 0
Thanked 0 Times in 0 Posts
kainjow is on a distinguished road
I think it's mostly a speed issue. You might want to read this: http://developer.apple.com/macosx/64bit.html
Quote:
It is important to note that in Tiger, the support for 64-bit programming does not extend throughout the entire set of APIs available on Mac OS X. Most notably, the Cocoa and Carbon GUI application frameworks are not ready for 64-bit programming. In practical terms, this means that the "heavy lifting" of an application that needs 64-bit support can be done by a background process which communicates with a front-end 32-bit GUI process via a variety of mechanisms including IPC and shared memory.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump


All times are GMT -5. The time now is 01:44 PM.


Mac Support® Version 3.7.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2000-2008 DigitalCrowd, Inc.