Software architecture training : our two day "From Developer to Architect" training course is an interactive introduction to software architecture and aimed at software developers moving towards their first software architect role. Read more...

Kenneth Roper

 

Kenneth RoperKenneth Roper is a technical architect at Detica's Global Financial Markets group. He spends most of his days at tier-1 investment banks as a Java specialist. He is interested in low-latency Java as well as applications with large memory requirements. He spends a lot of time reading garbage collection logs and snow reports.

E-mail : kenneth.roper at codingthearchitecture.com

Recent Blog Entries RSS feed
1
The Enid Blyton effect
An architect's role often includes defining the use of development tools and process. One such tool which I value greatly is a wiki. For those of us used to developing with an in-team wiki, it's very hard to imagine not using one. Of course, there ...
12-Mar-2008
2
The joy of sets
I've recently seen impressive performance gains in a data-centric process, which is a generic enough concept to be of general interest. Imagine a system which consolidates the trades done in 10 different branches of a supermarket chain. We receive ...
13-Feb-2008
3
JVM Lies: The OutOfMemory Myth
There are times when an OutOfMemoryError means exactly what it says. Try adding new objects to an ArrayList in a while(true) loop and you'll see what I mean. However, there are times when it doesn't. Recently, when I saw a vital supporting application ...
14-Jan-2008