Tagged Questions

2
votes
3answers
59 views

How can I use my multiple cored dedicated server to run my java application?

I have a game built in a java environment and I use JVM. I have 4 cores @ 2.4Ghz and my server is only using one of those cores... I've tried and searched and I still have no gui …
9
votes
4answers
907 views

multi-CPU, multi-core and hyper-thread

Could anyone recommend me some documents to illustrate their differences please? I am always confused about the differents between multi-CPU, multi-core and hyper-thread, and pros/ …
3
votes
0answers
2k views

What are the benefits of a Dual-Core CPU over Quad-Core in a Desktop PC? [closed]

I know that in most cases when you buy a Dual-Core CPU for the same price you could get a Quad-Core, you end up getting 2 cores that are faster individually than the 4 cores indivi …
5
votes
3answers
343 views

Multithreading and Interrupts

I'm doing some work on the input buffers for my kernel, and I had some questions. On Dual Core machines, I know that more than one "process" can be running simultaneously. What I d …
0
votes
1answer
72 views

Can DCOM/ COM+ activated objects deadlock CPU?

How does one figure out CPU level deadlocks for a COM+ application? This is an application running on Win2K. Regardless of the load, 1 object which is used by all other objects sta …
19
votes
15answers
2k views

Multi-Core and Concurrency - Languages, Libraries and Development Techniques

The CPU architecture landscape has changed, multiple cores is a trend that will change how we have to develop software. I've done multi-threaded development in C, C++ and Java, I' …
2
votes
3answers
163 views

Is IBM’s Cell multi-core? [closed]

Is it correct to say that IBM's cell is a multi-core architecture? I have to give a presentation on "Multi-core architectures" and was wondering if I could focus on the Cell proces …
9
votes
11answers
262 views

Does the advent of MultiCore architectures affect me as a software developer?

As a software developer dealing mostly with high-level programming languages I'm not sure what I can do to appropriately pay attention to the upcoming omni-presence of multicore co …
4
votes
4answers
1k views

How can I get the CPU core number from within a user-space app (Linux, C)?

Presumably there is a library or simple asm blob that can get me the number of the current CPU that I am executing on.
4
votes
2answers
194 views

What application domains are CPU bound and will tend to benefit from multi-core technologies?

I hear a lot of people talking about the revolution that is coming in programming due to multi-core processors and parallelism, but I can't shake the feeling that for most of us, C …