Enterprise Java
How to Do 100K TPS at Less than 1ms Latency
Martin Thompson and Michael Barker talk about building a HPC financial system handling over 100K TPS at less than 1ms latency by having a new approach to infrastructure and software. Some of the tips include:
- Understand the platform
- Model the domain
- Create a clear separation of concerns
- Choose data structures wisely
- Run business logic on a single thread
The presentation that recorded at the QCon San Francisco 2010 conference, is a must see for all of you who are interested in High Performance Computing (HPC), concurrency and transactions.
Best Regards
Justin
Related Articles :
- Java Best Practices – DateFormat in a Multithreading Environment
- Java Best Practices – High performance Serialization
- Java Best Practices – Vector vs ArrayList vs HashSet
- Java Best Practices – String performance and Exact String Matching
- Java Best Practices – Queue battle and the Linked ConcurrentHashMap
- Java Best Practices – Char to Byte and Byte to Char conversions