Posted by coder.
Posted by coder.
A Conversation with Phil Smoot
At every level—failing LUNs (logical unit numbers), failing servers, failing services, failing networks—you want to make sure that all calling services don’t tie up all of their resources on any particular component. And you want to make sure that operationally you can isolate a broken or failing hardware component or server or service from the rest of the network. Most of this experience comes with time. We try to build our bench with folks …
Posted by coder.
Kelly O’Hair’s Blog: Compilation of JNI Code
… dynamic loading of native libraries can be tricky. Some of the compilation issues relate to the library being loaded into a Java process and causing conflicts in the way the JDK was compiled itself, or the way the JDK assumes code was compiled (sometimes this is considered a JDK bug, but it depends on a great number of factors).
All libraries loaded into java are assumed to be MT-safe (Multi-thread safe). This …
Posted by coder.
It’s bundled in “The IBM Development Package for Eclipse”…
The obligatory “java -version” :
C:\ibm_eclipse\ibm_sdk50>jre\bin\java -version
java version “1.5.0″
Java(TM) 2 Runtime Environment, Standard Edition (build pwi32dev-20051104)
IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Windows XP x86-32 j9vmwi3223-20051103 (JIT enabled)
J9VM – 20051027_03723_lHdSMR
JITÂ – 20051027_1437_r8
GCÂ Â – 20051020_AA)
JCLÂ – 20051102
Posted by coder.
alarm:clock: CA Buys Wily for $375M And Other Fresh Deals
BRISBANE, CA Computer Associates (NYSE: CA) To Acquire Wily Technology For $375M in Cash. Wily Has Raised Nearly $60M in VC Funding Since 1998 from Accel Partners, Focus Ventures, Greylock and Peninsula Capital Partners.
alarm:clock: Quokka Sports Founder Cashes In Again
It appears that Wily has had $72M in revenues in the past 12 months, so $375M in cash is a sweet multiple.
Mercury Interactive shares to be delisted from Nasdaq
Mercury Interactive …
Posted by coder.
This case study gives a high level overview of Google’s setup for user authentication, interesting read.
… user authentication is a transactional event that requires fast, reliable, scalable, persistence and robust high-availability. To deliver this level of service, Google Accounts uses Berkeley DB HA for the storage and retrieval of user data and for replication, thereby ensuring scalability and availability.
Posted by Coder.
This research note shows the “Magic Quadrant”. Wily (now CA), IBM, Veritas, Mercury and Quest are at the top in terms of “ability to execute” and “vision”…
Posted by coder.
Servlet Performance Report: Comparing Tomcat Performance Across Platforms
Prior to reaching capacity, our Linux server showed it’s ability to scale subtly better, notably with a higher completed response rate. This trend arises again after the servers have been able to recover from their performance slump.
When our servlet found itself hitting memory limits of the app server, the platforms had an opportunity to reveal different error handling techniques. Linux maintained it’s lead over it’s Windows counterpart, except when it was …
Posted by coder.
Performance Scalability of Data-Mining Workloads in Bioinformatics, from Intel – White Papers, Webcasts, and Case Studies – ITPapers
Data mining is the extraction of hidden predictive information from large data bases. Emerging data mining applications are important factors to drive the architecture of future microprocessors. This paper analyzes the performance scalability on parallel architectures of such applications to understand how to best architect the next generation of microprocessors that will have many CPU cores on chip.
Posted by coder.
Simon Fell > Its just code > Share and Enjoy
a completely new SOAP stack … was written from the ground up purely to be Salesforces server side soap processor, its is extensible just enough to do its job and no more (many soap tools are extremely extensible, and it comes at a considerable cost), we concentrated hard on perf both response time and scalability. The open source soap stack that we used previously has particularly bad scalability issues, …
Posted by Coder.
ArticleCity.com – Scalability Testing – 7 Tips For Improvement
…start the development of a large scale software system with its performance clearly in mind, particularly scalability testing, volume testing and load testing..