|
Sponsored Links
Resources
Enterprise Java Research Library
Get Java white papers, product information, case studies and webcasts
|
News
News
News
|
Messages: 6
Messages: 6
Messages: 6
Printer friendly
Printer friendly
Printer friendly
Post reply
Post reply
Post reply
XML
XML
XML
|
 |
TheServerSide Java Symposium 2007 - Day 3 Report
Day 1 | Day 2
A Chat With Azul
Azul Systems participated in the Server Side Java Symposium as both exhibitor and speakers. I had a chance to sit down for ten minutes to speak with Gil Tene, CTO and cofounder at Azul. "I've been blown away with what we have accomplished in our generational pauseless garbage collection performance," Gil said, "Using Kirk Pepperdine's performance benchmark we have measure 35 Gbytes/second of continuous, no gc pause, hashmap allocation rates!" Gil told me Cliff Click has a JavaOne talk on a log3 hashtable that they plan to open source. It scales linearly to 700 cpus or more. Gil said he expect 10 Gbytes/second and was "blown away by 35." By comparison the typical Linux system clocks at 1 Gbytes/second.
This is pauseless garbage collection and a key strength of the Azul system. Azul is now shipping multi-cpu servers 96 being a small number of CPUs and Gil said they are clearly focused on their sales efforts, even if it means some of their tremendous technical innovations wait a little longer to be brought to market. For instance, Gil said "It's not good enough to build a machine that runs a lot of little things, we need to let big things run in our environment." They see a key advantage for Azul's customers in providing dynamic ranging.
Azul is learning to speak the customer's language now that they are in the market. In one experience a customer told him that they solved the garbage collection pause problem by tuning the gc. Gil said it is possible to fine tune the gc but there is no way around the several-times-a-day minutes-long gc pause without pauseless garbage collection. In another instance a customer running multiple instances of Tangasol Coherence found that a 5, 10, or 15 second gc pause causes Coherence to treat the node as crashed. Eventually Coherence will bring up the node again but this can happen all across a Coherence deployment.
Gil said he now listens for customers who use 64-bit VMs. He said "Using a 64 bit VM is a symptom. You're using 64-bit because you need a bigger heap." Gil told me that one of Azul's challenges is to enable customers to know that there is a solution to gc pauses. Gil said sometimes customers "only find problems where they know solutions exist."
Along the same lines Azul is now fighting a reputation for delivering a proprietary solution. In reality the Azul system runs Java applications from boxes running Linux, Solaris, Mac OS X, and applications like SAP and Peoplesoft. His goal is to show what developers experience on Azul, where you should be using Azul, and explaining the Azul systems and how they are used.
Gil told me they are considering creating a special version of SpecEJB. Gil notes that SpecEJB has no response time requirements. Azul is toying with a SpecEJB that has no transaction times greater.5 second. "Let's see someone else run at that speed!" Gil said.
Oracle Buys Tangosol
With the creases of a new Oracle shirt that had just been pulled out of a box still visible, Cameron Purdy of Tangosol strode forth at the Symposium as an employee of Oracle. On a press conference call Oracle described the purchase as a way to add 5000 sales people to the Tangosol effort. Tangosol will be part of Oracle's Hot Pluggable strategy to allow customers applications to plug-in without changes. Oracle intends to make the Coherence product available as a stand-alone product and also as an option for Oracle Fusion Middleware.
No financial terms were disclosed. (Which made me wonder why RedHat disclosed all the gory details of its purchase of JBoss.) Oracle expects to close the purchase in April 2007. Details are found at http://www.oracle.com/tangasol. Oracle said they expect pricing to remain the same and while the Oracle license is different from the existing Tangosol license they are almost identical and will be working through the differences. Oracle expects to announce more details on licensing after the acquisition closes.
The Tangosol team will go under the name Oracle Coherence and Oracle intends to retain all employees and current commitments. That translates to "the Coherence party at JavaOne is still on!" Oracle acknowledged that some Tangosol partners compete with Oracle but they had nothing to say about how they would resolve the conflicts.
XML and Performance
I gave the XML Performance talk this afternoon. The slides are now available on the Symposium Wiki.
Frank Cohen http://www.pushtotest.com
|
|
Message #230266
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Coherence timeouts
In another instance a customer running multiple instances of Tangasol Coherence found that a 5, 10, or 15 second gc pause causes Coherence to treat the node as crashed.
The node is automatically failed over (no lost data or transactions) once a configured timeout is hit. At that point, Coherence doesn't care if it crashed or not, and when it's done GC-ing, the load fails back. By default, I think the configurable timeout is 30 seconds.
However, the real problem is that transactions that might usually take 5ms are now taking 10 seconds (for the GC) plus 5ms, which is 2000x longer due to the GC!!!
So Azul's pauseless GC is definitely a great tool for eliminating latency spikes for this type of processing.
Peace,
Cameron Purdy Tangosol Coherence: The Java Data Grid
|
|
 |
New content on TheServerSide.comNew content on TheServerSide.comNew content on TheServerSide.com |
 |
 |
Reza Rahman continues to explore the features of the proposed JSR 299, Contexts and Dependency Injection for Java EE (CDI). When approved, it promises to be a key feature of Java EE 6.
(January 21, Article)
Ted Neward is an independent consultant specializing in high-scale enterprise systems, and an authority in Java and .NET technologies. He is the author and co-author of several books, including Effective Enterprise Java. At TheServerSide Java Symposium in March, he will be presenting sessions on pragmatic architecture, ECMAScript and Scala.
(January 15, Article)
Now that Oracle is absorbing Sun Microsystems, there mixed views on what should come of the Java Community Process (JCP). While some say Oracle should become the new steward of Java and keep the JCP much as it was, others argue that it may be time to open-source this widespread language.
(November 24, Article)
Reza Rahman explores the features of the proposed JSR 299, Contexts and Dependency Injection for Java EE (CDI). When approved, it promises to be a key feature of Java EE 6.
(November 2, Article)
SAML is an XML-based standard for exchanging authentication and authorization data between security domains. The single most important problem that SAML was created to solve is the Web browser Single Sign-On problem. Many organizations are debating whether to stay with version 1.1 or move to 2.0. This article makes observations about both options.
(September 28, Article)
Joe Ottinger takes a look at how people learn, and applies it to the practice of programming. He notes that understanding how people learn is an essential part of working in a programming team.
(September 22, Article)
Stephen Maryka gave us an article about the Asynchronous Web and posed a number of questions that get examined like an approach to delivering Asynchronous Web capabilities through extensions to existing Java EE technologies.
(July 14, Article)
JavaServer Faces Flex goal is to provide users capability in creating standard Flex components, part of flexSDK which is open sourced through MPL license, as normal JSF components. This article by Ji Hoon Kim will provide an overview of creating a simple multilingual JSF page consisting of JSF Flex tags.
(June 29, Article)
In this session Jeff explores the key characteristics of successful SOA projects. He covers some of the patterns, and anti-patterns, tool sets, and strategies that he himself learned the hard way. Last, he provides a strategy and blueprint for achieving a high likelihood of success in your SOA project.
(June 23, Tech Talk)
Ari Zilka, CTO of Terracotta, Inc., talks about the new features in Terracotta 3.1, announced during JavaOne and available now.
(June 15, Tech Talk)
In this Tech Talk, Josh Long explores an integration challenge using Spring Integration and walks through the implementation, employing and expanding on the basic patterns of Enterprise Application Integration to tie together components into a function integration solution, and then demonstrates how Spring Integration helps address the integration requirements.
(June 15, Tech Talk)
In this Tech Talk, David Geary teaches you: The basics of Google Web Toolkit; How to implement Ajax-enabled applications in Java; Internationalization; Hooking into the browser history mechanism; Remote procedure calls.
(June 4, Tech Talk)
Jon Kern discusses the best architecture/technical solutions and ensure that they are repeated by all developers. By tackling the architecture up-front in a serial manner, subsequent parallel development will be much more manageable and predictable.
(May 28, Tech Talk)
This keynote describes the frustrations of modern knowledge workers in their quest to actually get some work done, and solutions for how to guard yourself against all those distractions. Neal Ford talks about environments, coding, acceleration, automation, and avoiding repetition as ways to defeat the misguided attempts to sap your ability to produce good work.
(May 26, Tech Talk)
Gil demonstrates how new, aggressive uses of already abundant compute capacity by common applications offer competitive value for application designers.
(May 21, Tech Talk)
Chris Keene introduces WaveMaker as a new way to automate the ability to generate Hibernate classes in order to more quickly bring OR mapping into an application.
(May 19, Article)
Download the entire book of Jakarta-Struts Live and learn about Struts MVC, Tiles, the Validator, DynaActionForms, plug-ins, internationalization, and more.
(Book PDF Download)
The Application Server Matrix is a detailed listing of J2EE vendors and their application server products, with information on latest version numbers, J2EE spec support and licensing, pricing, platform support, and links to product downloads and reviews.
(Application Server Comparison Matrix)
|
|