Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 19
Default multiple processors


Reading this article carefully, which I quote below
http://msdn.microsoft.com/en-us/libr... Improvements


"Most workbooks show a significant improvement in calculation speed on a
system with multiple cores. The degree of improvement depends on how many
independent calculation trees the workbook contains. If you make a workbook
that contains one continuous chain of formulas, it will not show any
multithreaded calculation (MTC) performance gain, whereas a workbook that
contains several independent chains of formulas will show gains close to the
number of processors available."


I get the impression that a spreadsheet which looked like this

Cell_1 = 2 + 3

Cell_2 = 4 + 5

Cell_3 = Cell_1 + Cell_2

would all be done in one thread whilst most of it could be spread over two.

Anyone know if this is the case?

many thanks

Rod



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default multiple processors


Cell_1 = 2 + 3

Cell_2 = 4 + 5

Cell_3 = Cell_1 + Cell_2


I would think that Cell_1 and Cell_2 are two independant threads and
can be performed in parallel. Cell_3 isn't independant since it relies
on two seperate calcualtion threads and has to wait for both threads to
finish before it can be calculated.


--
joel
------------------------------------------------------------------------
joel's Profile: 229
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=193401

http://www.thecodecage.com/forumz

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Calculating(Processors(2)): % Bishop Excel Programming 1 February 2nd 10 11:43 PM
Excel and Dual processors sphbecker Setting up and Configuration of Excel 1 August 6th 05 07:49 AM
Different Processors with Excel... CLR Excel Discussion (Misc queries) 7 May 2nd 05 10:56 AM
Can Excel take advantage of multiple processors and hypherthreadin Tom Ogilvy Excel Programming 0 September 17th 04 03:12 PM
Can Excel take advantage of multiple processors and hypherthreadin IanJ GSK Excel Programming 0 September 17th 04 02:55 PM


All times are GMT +1. The time now is 08:40 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"