• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

>> System Experts: Help me identify a bottleneck issue

tapsemi

Junior Member
I am doing some programming in excel, such that each cell is calling some specific data from an internet based server. There are say 400x20=8000 cells querying some sort of data. I created a refresh button such that when I click that button, the excel worksheet will query the data and update the results.

Now my problem is that this process takes over 15 minutes. I have a 2year old PC with a dual core intel cpu and 2G ram connected with a 3Mbps DSL line. During the Excel data update time, I check Windows task manager->Processes and I see something as Excel.exe 50 and System Idle Process 48.

Hence I am hypothesizing that the delay is not my System. However the internet server is a highly commercial system and to a 1st degree I will not suspect that it is really slow.

Puzzle: How do I findout the root cause of my bottleneck? Please advise! :'(
 
Last edited:
A single-threaded process on a dual-core system can, at most, consume 50% of your CPU resources. According to the information you posted, your bottleneck appears to be in Excel somewhere.
 
Back
Top