LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Excel is multi threaded program? thanks

I tried many operations and checked the threads they used by tracing thread
object in performance console. When one operation executed, only one tread
shows activity and others show nothing. then that means that Excel is
single thread systems using interrupts ? But why in Windows Task Manager. The
Processes tab shows that there are more than one threads in Excel?


"Bill Martin" wrote:

scattered wrote:
maplemaple wrote:

But why when I checked the number of threads of Excel in Windows Task
Manager. The Processes tab can show threads information about the
processes
running on computer by selecting thread count in view option. And it
shows
Excel is a process with multiple threads. ?? thanks again


--
maplemaple
------------------------------------------------------------------------
maplemaple's Profile: http://www.excelforum.com/member.php...o&userid=30460
View this thread: http://www.excelforum.com/showthread...hreadid=501263



Wouldn't being event-driven virtually require being multi-threaded? I
would guess you would need at least one monitoring thread. Calculation
and screen-updating seem to take place in different threads sice the
screen seems to update *while* calculation is going on - but this may
be an illusion.

-scattered


----------------

I have no idea whether Excel is multi-threaded or not. I do know however that
tons of event driven code has been build on single thread systems using
interrupts -- either hardware or software interrupts. Multi-threaded and event
driven can be two independent issues.

Bill

 
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
Multi threaded calculation (multi CPU) - impact on calculation spe Pascal[_2_] Excel Discussion (Misc queries) 1 December 3rd 08 10:46 AM
Is there a way to unload the loaded XLL file in Excel? Hi all, I amdebugging XLL link library using Visual C++. Everytime I rebuild the XLL, Ihave to close the whole Excel program and relaunch the Excel program again,and then load in the newly gene LunaMoon Excel Discussion (Misc queries) 0 July 28th 08 11:03 PM
Excel is multi thread program? maplemaple Excel Discussion (Misc queries) 0 January 13th 06 10:43 PM
Threaded programming in VBA Martin[_25_] Excel Programming 1 October 22nd 05 09:38 PM
How to program multi-select list box? RADO[_4_] Excel Programming 1 November 15th 03 03:31 AM


All times are GMT +1. The time now is 03:32 AM.

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

About Us

"It's about Microsoft Excel"