Jan 13
Post Image Posted by coder.

Hotmail : 100 sysadmins, +10,000 servers, multiple petabytes of data.

0

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 …

Read on »

Jan 10
Post Image Posted by coder.

building JNI dlls: use lowest compiler optimization level, increase only if proven beneficial!

0

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 …

Read on »

Jan 7
Post Image Posted by coder.

IBM releases Java 5 SDK for Windows with the J9 JVM

0

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

Read on »

Jan 6
Post Image Posted by coder.

Financial news — Wily acquired by CA, Mecury Interactive delisted from NASDAQ for failing to fulfill SEC filing requirements on time

0

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 …

Read on »

Jan 6
Post Image Posted by coder.

How Google uses Berkeley DB HA for user authentication… a case study.

0

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.

Read on »

Jan 6
Post Image Posted by Coder.

Gartner’s Magic Quadrant for J2EE Application Server Management, 2005

0

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”…

Read on »

Jan 6
Post Image Posted by coder.

Web Performance, Inc. reports on Tomcat Performance : Windows vs. Linux

0

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 …

Read on »

Jan 6
Post Image Posted by coder.

Intel paper: Performance Scalability of Data-Mining Workloads in Bioinformatics

0

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.

Read on »

Jan 5
Post Image Posted by coder.

On sforce’s performance and scalability …

0

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, …

Read on »

Jan 5
Post Image Posted by Coder.

Tips for Testing Scalability

0

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..

Read on »

 Page 9 of 12  « First  ... « 7  8  9  10  11 » ...  Last »