Software Developer and Performance Engineer
Archive for August, 2009
Week in Review – 29 August 2009
Aug 30th
Announcements
- Sun Java 6 Update 18 Released
Sun has released an update to the Early Release Program with the following changes:
- HotSpot version 16
- Support for Ubuntu 8.04 LTS
- JavaFX performance improvements
- Java WebStart related improvements for Java Store requirements
- List of deployment features:
Info
- Lessons learned from getting .NET to REST with Java Performance …
By Andreas Grabner
On a recent project I had to call Java REST services from a .NET Client. Several problems came up – ranging from authentication to hidden performance issues. I want to share my lessons learned and encourage you to share your own …
Week in Review – 22 August 2009
Aug 22nd
Info
- New Java 6 Collections « Caught By Java
By Asim
Unlike Deque, List also allows us to insert or delete at any location within the list with a high performance cost. ArrayList has a higher cost for insert and delete operation as compared to ArrayDeque, as the portions of the array must …
- Stress tests rain on Amazon’s cloud
CRN Australia – Australia
The analysis simulated 2000 concurrent users connecting to services from each of … Net development platform, adapters are being released for Java and PHP …
Announcements
- Justice Dept says OK to Oracle’s $7.4 billion deal for Sun …
By Jordan Robertson
Clearance by the Justice Department had been held up over questions about the licensing of Java, a programming language that Sun invented that now runs on more than 7 billion electronic devices around the world, including cell phones … Sun’s performance had been shaky for nearly a decade before Oracle outbid IBM Corp. for the Santa Clara, Calif.-based company in April. IBM is one of Oracle’s biggest database software rivals, and is a major Sun rival in computer servers. …
Week in Review – 15 August 2009
Aug 15th
Tools
- Measure Your System Boot Performance With Bootchart
By Chinmoy
Measure Your System Boot Performance With Bootchart … It aggregates the resource utilization and information of various processes using a script running in the boot up and creates an image through a java application after bootup. … - 10 Really Useful Server Monitoring Tools
By Tom
With these server monitoring tools you need never worry ever again about the performance of your website as absolutely anything can be monitored from speed to security. … detailed reports and flexible alerts. This powerful tool, which supports Web 2.0, AJAX and plugin-based applications like Flash and Java, gives you a truly global perspective on how end-users see your site with monitoring agents stationed in the USA, Asia, Africa and Europe. webmetrics … - Yet another bloody blog: What test technology and tools are you …
By Mark Crowther
It came as little surprise that the use of Selenium and Ruby was not what most expected as say QTP or Java are more commonplace. This prompted me to think about: What technologies and tools are you using now in the
Info
- A Few Speed Improvements – Blog – Stack Overflow
By Jeff Atwood
Anyway, we believe that performance is a feature, and we’re serious about the Stack Overflow family of sites being as fast as we can make them. We continue to revisit our performance every couple of months and try to improve it a little … - Some Factors Driving UI Performance Analysis « Seven Seconds
Ive decided to put some initial thoughts about factors that should be used by SPE’s for recommending a UI Performance Analysis project Ill briefly summarize … - Java World: Performance Tuning in J2EE Applications
By Pinaki
Performance Tuning in J2EE Applications When it comes to enterprise scale Java applications there maybe severe performance degradations due to software architecture design flaws and application Infrastructure setup. … - Carsonified » Five Things That Will Kill Your Site
By Jonathan Howell
This involves performance testing your application in advance. Set a level for what you consider to be an acceptable response time, and ramp up simulated users carrying out typical tasks until you exceed that threshold. … In theory modern garbage collected languages like Java and C# make memory leaks much less likely than the direct memory allocation of C and C++, but they are still possible: watch for memory allocated by static classes, caches that are not cleared, … - Write high performance Java data access applications Part 3 Data …
pureQuery is a high-performance Java data access platform focused on simplifying … Performance monitoring You can use hooks to measure API calls runtime … - J2EE and Oracle Performance Musings: SQL Server Performance Snapshots
By Chris Adkin
When used with Catalog view and Performance Monitor counters, DMVs can provide the same functionality as Oracle10g’s Automatic Workload Repository (AWR). However, when working with SQL Server 2005, much of the intended purpose of … - Java Memory Problems Performance, Scalability and Architecture …
By Alois Reitbauer
Memory problems in Java applications are manifold und easily lead to performance and scalability problems. Especially in J EE applications with a high number of parallel users memory management must be a central part of the application …
Week in Review – 8 August 2009
Aug 8th
How To
- Java Tips: Optimizing your Map loop | satukubik
By Nanda Firdausi
From my tests, I observe that the performance of the first template depends on the backing object. If we are using HashMap, the performance is less or more the same as the second template. If we are using Hashtable, the performance of …
Java
- Java Standard Edition 6 Performance
Java SE 6 Performance White Paper Javaâ„¢ Platform Performance Engineering Sun … and Performance Enhancements 2.1 Runtime Performance Improvements 2.11 … - Java SE 6 Update 15
Security and garbage collection update. - Java SE 6 Update 16
Security update.