vote up -1 vote down star

I was wondering, what kind of HW should i get for general programming purpose. I heard my apps dont run correctly on multicore vista. So what i was thinking is A) 64bit OS, B) multicore CPU and thats pretty much all i have unless i want to program with GPUs and i dont. Do you guys have any suggestions?

PS: I have a machine that is big endian so that takes care of testing if i need it.

flag

40% accept rate
3  
Why don't apps run correctly on multicore vista? Why should multicore affect anything, really..unless you're using multithreading, in which case I guess you can expect more synchronization issues. – Jean Azzopardi Jun 1 at 2:03
"Don't run correctly on ... Vista" sounds a more like an OS problem, than a hardware problem. Have you used all combinations of hardware and OS to prove that it's hardware? – S.Lott Jun 1 at 2:07
@Jean: +1. Also, what kind of applications is this? What language, etc... You'll have to be more precise. – NicDumZ Jun 1 at 2:20
i dont know why i was marked down. Even if it was an OS issue it didnt run improperly on my single core 32bit OS so getting the HW to match it is a good idea anyways.... – acidzombie24 Jun 1 at 2:56

2 Answers

vote up 2 vote down

It depends on what your objective is? There's a whole world of embedded programming with tons of hardware of all shapes and sizes to deal with. If it is for purely education purposes, that may prove to be just as interesting as going high-end.

link|flag
+1 Because sometimes programming within the limitations of ancient hardware is just as fun as bleeding edge. – Stefan Mai Jun 1 at 2:26
heh, i actually have an embedded system to program on :D. – acidzombie24 Jun 1 at 2:54
Not just fun, but educational too. It is useful to understand old architectures because they played a role in shaping new ones. – sybreon Jun 1 at 6:10
vote up 0 vote down

I agree with sybreon, it depends on what your goal is. If you're looking into "the future", you should definitely take a look at GPUs because they're the next generation of parallel computing. Other than that, I can't imagine what else you could "learn" for other than multi-core, which is taken care of by threads.

But honestly, please reword your question, it hardly makes any sense.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.