I don't think there will be an update tomorrow, cuz it would have been on the main page by now.
It'll probably be next week, or the week after! Don't worry, it'll be here sooooooooooon
Its not really a stupid logic because all the sites that have heard it may come tomorrow are in the US, and the US only just ticked over to today(tuesday) so itd be smart for the websites to update at 12:00am for them, which is like now for us...![]()
Its not really a stupid logic because all the sites that have heard it may come tomorrow are in the US, and the US only just ticked over to today(tuesday) so itd be smart for the websites to update at 12:00am for them, which is like now for us...![]()
Apple ALWAYS does refreshes between 4-8AM Cupertino time.
Wirelessly posted (nokia e63: Mozilla/5.0 (SymbianOS/9.2; U; Series60/3.1 NokiaE63-1/100.21.110; Profile/MIDP-2.0 Configuration/CLDC-1.1 ) AppleWebKit/413 (KHTML, like Gecko) Safari/413)
deconstruct60: your examples of turbo boost seem somewhat off. You refer to a singular program running one at a time, and indicate that the single program running will enable a turbo boost situation. I hope that you aren't forgetting that this boost won't happen to multicore applications, even if it is the only program running..
Of course this is purely speculative, but if the CPU in Apple's new iPad is any indication (A4) watch how Apple makes Wall Street headlines with a completely new line of mobile proprietary chips A5, A6, A7 anyone?![]()
There are extremely few explicit multicore applications where the application specifically targets multiple cores. There are multithreaded applications, where the application spawns off more than one thread. However, having multiple threads doesn't necessarily mean need multiple cores. With a timeslicing OS can time slice the threads on same core. That worked insanely well while single cores were the norm on personal computers. Even more so when the core supports Symmetric Multi Threading SMT (or Hyperthreads in intel marketing speak). To run something like MS Word don't need to consume a 1.5GHz processor, let alone a 2-2.5 GHz one. One of the primary reasons why SMT typically works is because many programs are not fully leveraging the cores/CPUs.
However, yes if your single program manages to spawns off a monster multithread load that the OS expands over multiple cores, turbo boost will also turn off. I think that is a corner case, not really an illustrative example if have general question about the utility.
im not sure how to check if a certain application is multithreaded. do you know how to check? do you know if apples software products (i.e. safari, osx in general, iLife, FCP, etc.) contain any multithreaded apps?
Activity monitor?
Of course this is purely speculative, but if the CPU in Apple's new iPad is any indication (A4) watch how Apple makes Wall Street headlines with a completely new line of mobile proprietary chips
activity monitor gives no indication of the thread capabilities of an application. it tells you whether it is 32-bit or 64-bit, but not much else.
im not seeing where it tells you that its multi?
i was referring to the fact that an application may use multiple cores, not multiple threads - however having multiple threads would indicate that it can support multiple cores, but not always
It has a tab displaying the # of threads.
But like you said
like i said a few posts up, that doesnt indicate that its multicore capable. all applications have multiple threads. but there is nothing that says that those threads can execute on separate cores or processors.
edit: ahh i see you edited. haha.
Sorry about that. I was a little lazy to include your previous statement, and then i realized it was best to include it.
no problem. i would just like to see if anybody can point out to me how to tell if an application works on multiple cores and can run multiple threads across those cores.
e.g. if i run a youtube vid in safari, it will use multiple cores (and threads if your computer has them) - but does that mean that its multicored only, and not multithreaded, or does it have to be both?
thats the kind of thing im talking about. the fact that the youtube process is using up 2 cores would indicate that its multi-cored (and most likely multithreaded).
that contradicts what deconstruct60 said, which was that multicored applications are rare. if flash is multicore, then surely more then a few would be!.
Firefox has to be multicore too? for flash to work on multicore?
im not sure how to check if a certain application is multithreaded. do you know how to check? do you know if apples software products (i.e. safari, osx in general, iLife, FCP, etc.) contain any multithreaded apps?
i was referring to the fact that an application may use multiple cores, not multiple threads - however having multiple threads would indicate that it can support multiple cores, but not always![]()
does GCD play a role in changing any of this? or is a single threaded/core app still a single threaded/core app no matter what, even with GCD (the app itself would be single core compliant of course, but the use of GCD might change its performance to that of a multithreaded/core app).