ReneS

461
Reputation
129 views

Registered User

Name ReneS
Member for 1 year
Seen Dec 1 at 22:56
Website
Location Germany
Age 37

Quality assurance engineer and passionate tester. Running a QA company. Own load and performance testing product (XLT). Experience in high-performance Java programming as well as stressing big installations.

A small Javascript project to check your passwords: YetAnotherPasswordMeter. GPL licensed!

Nov
24
comment Java I/O over an NFS mount
Locks on NFS will only work if supported and activated.
Nov
24
revised Java I/O over an NFS mount
spelling
Nov
24
answered Java I/O over an NFS mount
Nov
23
comment Unnecessary Java context switches
Any news on that? Did you find a solution?
Nov
19
comment Unnecessary Java context switches
What JDK are you using? Try to run the same under Linux server... if it runs better, it is XP.
Nov
19
comment Unnecessary Java context switches
Yes, depends on your OS and what mode it is running in. For instance Ubuntu server is running other slices than Ubuntu Desktop. (ask at severfault.com). But try to bind your process to one cpu first and check if it is running better.
Nov
19
comment Unnecessary Java context switches
Just forgot to mention, memory acquisition is always a moment, when the OS might push your thread off the cpu...
Nov
19
revised Unnecessary Java context switches
corrected spelling
Nov
19
answered Unnecessary Java context switches
Nov
18
answered Can Sun JVM handle gigantic heap sizes without problems, and how?
Nov
18
comment Java HashMap performance optimization / alternative
RAM might be way to small for these kind of maps and arrays, so I already suspected a memory limitation problem.
Nov
18
comment Java HashMap performance optimization / alternative
If you have large arrays which start with the same values, the will end up in the same hash bucket. Check out java.lang.String.hashCode()
Nov
18
comment Java HashMap performance optimization / alternative
What are your keys? Strings? Integers?
Nov
18
comment Java HashMap performance optimization / alternative
If setting the initial capacity decreases performance, I bet on memory problems, not hashmap problems. The initial large array occupies more memory in the beginning and therefore does not permit to insert/create objects earlier. Can you share some server details and memory settings?
Nov
18
comment Java HashMap performance optimization / alternative
Oh, another thing. Your hash codes have to be evenly distributed to avoid large linked lists at single positions in the map.
Nov
18
answered Java HashMap performance optimization / alternative
Nov
1
awarded  Yearling
Jul
14
answered Firefox crashes rendering large html table (20,000+ rows)
Jun
10
awarded  Scholar