What are the best perfomance CPU/Memory practices for speed?

I have a project (trading platform) http://code.google.com/p/sample-trade/ and i need to process large data in short time?

I have millisecond timings e. g. when obtaining current market quotes.

link|improve this question

63% accept rate
maybe you could tell a little more about how you obtain your market quotes – pivotnig Feb 18 '11 at 12:40
1  
This is to vague. Where are the bottle necks, what are you having problems with? – astander Feb 18 '11 at 12:40
Actually, DDE infrastructure is used. DDE Windows message arrives, i parse it and fill up my data structures. – skaeff Feb 18 '11 at 12:52
The best performance practice is probably not to use DDE, it's antiquated. If you are stuck having to use DDE it's definately going to limit your throughput; it won't matter all that much what you are going to build up against it. DDE is horribly slow and inefficient. – Tungano Feb 18 '11 at 16:06
feedback

closed as not a real question by tster, astander, jgauffin, RoadWarrior, Alejandro Feb 18 '11 at 23:09

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

Browse other questions tagged or ask your own question.