Quant Interview


Go Back   Quantitative Finance Forums - quantitative methods, technical analysis, automated trading systems > Software Development > Parallel Programming
FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 05-08-2008, 10:22 AM   #1
bestdev
 
bestdev's Avatar
 
Join Date: May 2007
Posts: 2,299
Memory contention in bus-oriented systems

Memory contention can still arise in two ways in bus-oriented systems.

1) There may be some congestion in the connection hardware. This will vary considerably depending on the technology used in the connection hardware.

2) Memory contention can arise is when two or more processors are accessing the same memory module within a short time interval. Each memory module services memory requests sequentially, and has only one memory controller that services requests at a certain speed. Therefore, concurrent requests by different processors to the same memory module will cause delays.
__________________

Impossible is temporary

bestdev is offline   Reply With Quote
 


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 07:38 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.