Grid Gets Transactional

By Nicole Hemsoth

December 11, 2006

Let's face it: this isn't your father's Grid computing. Gone are the days when Grid was relegated to the back rooms of universities, supercomputing centers and national labs, being used only by “dreamers” with a fantastical vision of sharing the rapidly growing computing resources at their fingertips. They say a technology has reached the big time when it makes the leap from academia to the business world. If this is true, then Grid has not only reached the big time, but done so in ways probably unforeseen to many.

While big business has been using Grid for years now to speed up compute-intensive applications and handle the huge volumes of data they produce, it is more recently, since Grid began its evolution into Grid 2.0, that enterprises have been finding more everyday uses for Grid technology, focusing more on Grid's inherent flexibility and distributed nature than on its brute processing power. One way in which they have been using Grid is to handle transactional applications, a technology trend Gartner has labeled “Grid-based application platforms,” which, as of July, sat on the “Technology Trigger” area of the analyst firm's renowned Hype Cycle.

According to Massimo Pezzini, vice president and distinguished analyst at Gartner, while there are similarities between traditional Grid deployments and Grid-based application platforms, and while the underlying technologies even can be the same, the target, from an application perspective, is different. “In traditional Grid, the problem is allocating processing power and you don't really care about availability of the overall system, if one box is available you don't care. You need to have that server,” he said. “In transactional apps, it is not that simple. With transactional applications, you have to deal with databases, you have to deal with maintaining the transactional integrity of the thing that you are doing. It's a bit more complicated.”

Typically, Pezzini added, these Grid-based application platforms address two main problems that are not always for traditional grids to solve: scalability and availability. When it comes to scalability, it's all about adding more and more hardware resources, he said, and availability is crucial because users need to be able to maintain transactional integrity, which generally requires as close to 100 percent availability as possible — even while adding or removing resources from the grid.

And it is here, Pezzini said, where vendors is this space believe they have the advantage over traditional Grid vendors. Whereas Grid-based application platforms can be applied (to some degree, at least) to straight computational applications, the same cannot be said for traditional grids and transactional applications. Among the vendors trying to exploit this different approach — according the Hype Cycle profile — are GigaSpaces, Appistry, Paremus, Aumega Networks and Majitek, of which Pezzini cites GigaSpaces as being the largest in terms of revenue and customer installations.

If you ask Geva Perry, GigaSpaces' executive vice president of business development, what separates his company from those traditionally associated with Grid computing, he'll tell you it's all about managing the various middleware tiers – – messaging, business logic (computation), data and presentation — necessary to run any business application. While traditional grids can manage applications across distributed resources, have several instances of business logic running to handle the computation, and improve throughput by having tasks split up and ran in parallel — a setup that works nicely for non-data intensive applications with few latency requirements — GigaSpaces caters to customers running transactional applications by focusing on data management with its software.

By providing a distributed data grid, which Perry defines as having data stored locally on grid boxes, as well as having data in memory (often referred to as distributed shared memory), GigaSpaces' solution is able to offer “everything you'd expect from a database in terms of maintaining state during transaction,” he said. The traditional n-tier architecture, he added, requires separate products and separate boxes for each tier, thus creating a fair amount of latency from tiers interacting with one another, data traveling across the network, etc., “Which, for many transactional applications, just won't cut it.” With the GigaSpaces approach, Perry contrasted, the transaction can be completed within a physical box, with the resulting data, business logic, etc., being distributed across the grid of processing units.

“When you think about that architecture, a whole set of questions come to mind,” said Perry. “Number one is: how do I maintain reliability and high availability, especially since I'm holding the data in memory?” Another is: what happens if a job head for a particular box fails? Well, Perry answered, both of these issues are addressed with GigaSpaces' synchronous backup functionality and transactional semantics, which allow other boxes to pick up where the primary one left off.

If it sounds to good to be true, that's because it's designed to be. Perry said GigaSpaces has put a lot of effort into separating the programming language from the underlying distributed architecture, and has been a big hit with developers as a result. The company, he said, has been telling developers to continue writing applications as they have been, in whatever language they please, and the GigaSpaces software will take care of the scalability and distribution, transparent to the application. The same holds true for multi-core machines and applications, Perry added. It is especially important in transactions that order and sequence are maintained when things are happening in parallel, he said, what GigaSpaces is saying is, “Don't worry. We'll take care of it.”

Of course, it isn't developers who make the ultimate purchasing decisions, but GigaSpaces ease-of-use and subsequent ROI and TCO pitch works just as well on IT executives, who very much enjoy hearing about being able to run business-critical, Linux-based applications on commodity hardware, which just happens to be utilized at a higher rate. When you throw in the added benefits of higher throughput, reduced complexity and not having to pay for new development skills for the IT staff, the pot is only sweetened. One executive who has experienced what GigaSpaces brings to the table is Bec Wilson, CTO of Sempra Energy.

Sempra Energy has been using GigaSpaces for around two years, primarily to load historical and future price curves into memory for the company's commodity trading applications. According to Wilson, legacy platform for handling these applications was “all JDBC/ODBC SQL fetch stuff,” and was orders of magnitude slower with much longer night-cycle processes and batch processes. “If we pre-load stuff, we see 100X increases in data access. If we're not preloading stuff, on the first hit it takes just as long to load it as before, but on the second hit we see those 100X performance increases again,” said Wilson. “If the optics are already there waiting on us, there's just no comparison — we can do things in minutes now that used to take us hours because of how much data loading we had to do.”

Interestingly, though, Sempra Energy does not solely use GigaSpaces for its Grid computing needs. Actually, said Wilson, in Sempra's data center, GigaSpaces serves in many ways as an “extremely valuable” and “extremely important” complement to the company's Sun Rio/Jini computing grid. This grid, Wilson explained, is used for executing portfolio evaluation jobs, which lend themselves pretty well to a parallel-processing environment. Each node on the Sun grid is in communication with the GigaSpaces shared memory and thus has access to whatever pricing curves have been loaded. This is so important, he said, because several evaluations might need the same curve simultaneously or back-to-back, and GigaSpaces makes the curve available without having to re-fetch 10 years of electricity pricing data every time they run.

Overall, Wilson said, the GigaSpaces software has really empowered his computing grid, and his staff has been “very impressed” with how well it lays down and how well-behaved it is. “In terms of performance and reliability, it's been a pretty exemplary product, and a lot of technical guys are pretty hard on vendors — it really appeals to the super-technical types,” he noted. “And it's beginning to appeal to the executives whenever we can talk about 10 to 100X performance increases. It's been impressive all the way around. The techs, the guys who really use it a lot, swear by it.”

GigaSpaces, however, is not alone in the Grid-based application platform market. As noted earlier, Appistry also plays in this space, although it takes a different approach with its Enterprise Application Fabric (EAF). From the outside, EAF (which has been the focus of two GRIDtoday articles: http://www.gridtoday.com/grid/738014.html and http://www.gridtoday.com/grid/698929.html) more closely resembles the grids with which most people are familiar than does GigaSpaces' software, and does not focus on the data management aspect of handling transactions, but rather on the time element. Like GigaSpaces, though, Appistry believes its fully distributed architecture is the key to efficiently dealing with transactional applications.

Sam Charrington, Appistry's vice president of product management and marketing, said EAF is engineered from the ground-up to solve time-sensitive problems, and he believes its peer-to-peer model, which eliminates single points of failure or scheduling bottlenecks, is one of the key architectural shifts that separates his company from traditional Grid vendors. “In our world, everything is more geared toward the transactional, or time-sensitive, type of application, where there's a pool of commodity machines that are centrally located within the data center,” said Charrington. “Transactions or jobs, pieces of work or service requests: These things are constantly coming in and dynamically being farmed out to the different machines or workers in a fabric.”

When it comes to dealing with transactions, there are few (if any) hotter buzz technologies than SOA, which Charrington said also benefits from EAF's fabric architecture more so than from traditional grid architectures. Whereas traditional Grid vendors tend to look at SOA in terms of creating a service that sets the front end to schedule jobs, a fabric application is essentially a collection of services, which is more amenable to the Web services types of application organizations are looking to deploy. “People who think that the Grid market is small are looking at yesterday's definition of 'Grid,'” he said. “Who out there that is deploying an SOA doesn't need an environment that allows their services to be scalable? One of the whole points of SOA is that you put these services out there and other people consume them. They use them, and roll them into their own applications… . A model like ours that ensures reliability of these applications is absolutely key.”

One Appistry customer, who just happens to be in the transaction business, is Clearent — an upstart company with its sights set on the credit card payment processing market. To hear Clearent's senior director of product management, Mark Peck, tell it, Appistry's solution is pretty much a perfect fit for this type of work. In the highly transactional authorization process, for example, there is a huge emphasis on low latency and fast response times, as authorization for purchases needs to given in real-time. The next step of any credit card transaction is the settlement process, where all the appropriate interchange rates, fees, etc., are applied. While this is done in a batch fashion several times per day, the individual jobs — like most in a Grid-based application platform environment — are relatively small, certainly nothing requiring processing power of the TeraGrid. Clearent, Peck said, also uses Appistry to handle the various services it offers as part of its unique Web interface.

Aside from the fact that Appistry EAF is able to meet Clearent's needs in terms of handling both transactional and batch-oriented tasks, Peck also points to flexibility and ease of use — two properties often associated with GigaSpaces solution, as well as most others in this space — as big reasons for choosing the product. When it comes to flexibility, he noted that most authorizations take place during business hours while most settlements take place during off hours, which adds extra importance to the ability to dynamically adjust the configuration of the fabric. As for ease of use, Peck cited an instance where Clearent was given some PERL code from a partner, and was able to easily adapt it to run in the fabric environment — something it was not initially intended to do. In most traditional grid deployments, applications must be specifically written or re-written to take advantage of the grid.

However, despite the advantage Peck believes Appistry will bring Clearent when it commences operations in January, he sees most of his competitors still clinging to their old mainframes. “To our knowledge, there are no players who are currently planning to implement something Grid-based,” he said. “They may gain some advantages if they choose to go with just a standard open system and modern computing hardware and programming languages, but they will still incur a lot of costs for management, administration and scalability in terms of the hardware issues that we have managed to take out of our cost equation.”

And, while Clearent won't begin actually processing credit card transactions until next month, there are plenty of businesses already online whose infrastructures have to handle millions of transactions every day, and combine to create a market for what Gartner's Pezzini calls Extreme Transaction Processing, or XTP. From discount travel sites to airline company sites to shopping sites like Amazon, businesses are seeing exponential growth in the transaction workload they have to deal with, he said, noting that before the Internet, hotels and airlines averaged seven looks for every booking, a ratio that has skyrocketed to 300:1. As a result, these businesses need to reduce the cost of processing each transaction on their e-commerce applications, and the big, costly, difficult-to-use mainframes, such as IBM's old TPF (Transaction Processing Facility), just aren't going to cut it for most of these companies. Grid-based application platforms from companies like GigaSpaces and Appistry, with their easy-to-configure software and ability to utilize commodity hardware, are one of the best candidates to deal with this growing problem, Pezzini said.

GigaSpaces' Perry also has noticed this trend taking place, and cites these applications' latency and scalability requirements, especially with the increase in data that accompanies the avalanche of transactions they see, as a main reason his company is seeing interest from the space. “The big question is scalability,” he said. “To achieve true scalability, meaning that I can easily grow my application to [fit my] needs without having to change it … I need a different model — a model that virtualizes or abstracts the underlying resources from my application components. Having each tier tightly coupled with its hardware is not going to cut it.”

As with any burgeoning technology, though, there are some issues the Grid-based application platform market needs to overcome. In Pezzini's opinion, these challenges begin with the fact that their potential customers simply are not familiar with the companies or what they do. While he acknowledges that there are instances (about 5 percent of the potential market) where these vendors' technologies are the only answer, in which case they get discovered, they are most often competing against universally recognized names like Microsoft, IBM, Oracle and BEA Systems. Ironically, perhaps, Pezzini believes these same large competitors also are a key to success for GigaSpaces, Appistry and their peers. He said that by getting buy-in from big systems integrators, software vendors and hardware vendors, these companies could greatly increase their ability to move forward and educate their marketplace of customers. The other big obstacle, according to Pezzini, is something that should sound familiar to anyone in the Grid community. “Those guys, sooner or later, need to get together and agree on some standards,” he said, “because if they remain segmented, with everybody going his own direction, they're not going to grow any farther.”

Just as users of traditional grids often decry the lack of standards — hoping for the ability to build their Grid environments using best-in-class pieces from multiple vendors, as well the knowledge that any applications would run smoothly should there be a big change — potential Grid-based application platform customers would sleep a lot easier, Pezzini said, knowing if, for example, something were to go wrong with their GigaSpaces implementation, they could migrate the application to Paremus or Appistry. Standards are the way to catalyze their marketplace, he added, because while some customers might not be willing to bet all their resources on a little vendor like Majitek, they are more likely to bet on multiple vendors.

Even with the perceived obstacles this space faces, it definitely has the technologies to make a big mark on the Grid landscape should it overcome them. As data stores and the need to manage it continue to grow, while the time limits to process the transaction that created the data continue to shrink, all, of course, under the constant push to cut costs, vendors like GigaSpaces, Appistry and their peers in the Grid-based application platform space will be there, touting solutions that seem too good to be true — even though they often are.

Appistry's Charrington, for one, remains steadfastly optimistic. And who can blame him? “If you think about it, yesterday's strictly computation grids are quickly migrating into today's and tomorrow's Grid application platforms. Some people call it Grid 2.0,” he observed. “Grid plainly has a lot of advantages to offer the enterprise for business-oriented types of applications, and that process of migrating from Grid middleware or Grid scheduler to Grid-based application platforms is really the key.”

Subscribe to HPCwire's Weekly Update!

Be the most informed person in the room! Stay ahead of the tech trends with industry updates delivered to you every week!

Anders Dam Jensen on HPC Sovereignty, Sustainability, and JU Progress

April 23, 2024

The recent 2024 EuroHPC Summit meeting took place in Antwerp, with attendance substantially up since 2023 to 750 participants. HPCwire asked Intersect360 Research senior analyst Steve Conway, who closely tracks HPC, AI, Read more…

AI Saves the Planet this Earth Day

April 22, 2024

Earth Day was originally conceived as a day of reflection. Our planet’s life-sustaining properties are unlike any other celestial body that we’ve observed, and this day of contemplation is meant to provide all of us Read more…

Intel Announces Hala Point – World’s Largest Neuromorphic System for Sustainable AI

April 22, 2024

As we find ourselves on the brink of a technological revolution, the need for efficient and sustainable computing solutions has never been more critical.  A computer system that can mimic the way humans process and s Read more…

Empowering High-Performance Computing for Artificial Intelligence

April 19, 2024

Artificial intelligence (AI) presents some of the most challenging demands in information technology, especially concerning computing power and data movement. As a result of these challenges, high-performance computing Read more…

Kathy Yelick on Post-Exascale Challenges

April 18, 2024

With the exascale era underway, the HPC community is already turning its attention to zettascale computing, the next of the 1,000-fold performance leaps that have occurred about once a decade. With this in mind, the ISC Read more…

2024 Winter Classic: Texas Two Step

April 18, 2024

Texas Tech University. Their middle name is ‘tech’, so it’s no surprise that they’ve been fielding not one, but two teams in the last three Winter Classic cluster competitions. Their teams, dubbed Matador and Red Read more…

Anders Dam Jensen on HPC Sovereignty, Sustainability, and JU Progress

April 23, 2024

The recent 2024 EuroHPC Summit meeting took place in Antwerp, with attendance substantially up since 2023 to 750 participants. HPCwire asked Intersect360 Resear Read more…

AI Saves the Planet this Earth Day

April 22, 2024

Earth Day was originally conceived as a day of reflection. Our planet’s life-sustaining properties are unlike any other celestial body that we’ve observed, Read more…

Kathy Yelick on Post-Exascale Challenges

April 18, 2024

With the exascale era underway, the HPC community is already turning its attention to zettascale computing, the next of the 1,000-fold performance leaps that ha Read more…

Software Specialist Horizon Quantum to Build First-of-a-Kind Hardware Testbed

April 18, 2024

Horizon Quantum Computing, a Singapore-based quantum software start-up, announced today it would build its own testbed of quantum computers, starting with use o Read more…

MLCommons Launches New AI Safety Benchmark Initiative

April 16, 2024

MLCommons, organizer of the popular MLPerf benchmarking exercises (training and inference), is starting a new effort to benchmark AI Safety, one of the most pre Read more…

Exciting Updates From Stanford HAI’s Seventh Annual AI Index Report

April 15, 2024

As the AI revolution marches on, it is vital to continually reassess how this technology is reshaping our world. To that end, researchers at Stanford’s Instit Read more…

Intel’s Vision Advantage: Chips Are Available Off-the-Shelf

April 11, 2024

The chip market is facing a crisis: chip development is now concentrated in the hands of the few. A confluence of events this week reminded us how few chips Read more…

The VC View: Quantonation’s Deep Dive into Funding Quantum Start-ups

April 11, 2024

Yesterday Quantonation — which promotes itself as a one-of-a-kind venture capital (VC) company specializing in quantum science and deep physics  — announce Read more…

Nvidia H100: Are 550,000 GPUs Enough for This Year?

August 17, 2023

The GPU Squeeze continues to place a premium on Nvidia H100 GPUs. In a recent Financial Times article, Nvidia reports that it expects to ship 550,000 of its lat Read more…

Synopsys Eats Ansys: Does HPC Get Indigestion?

February 8, 2024

Recently, it was announced that Synopsys is buying HPC tool developer Ansys. Started in Pittsburgh, Pa., in 1970 as Swanson Analysis Systems, Inc. (SASI) by John Swanson (and eventually renamed), Ansys serves the CAE (Computer Aided Engineering)/multiphysics engineering simulation market. Read more…

Intel’s Server and PC Chip Development Will Blur After 2025

January 15, 2024

Intel's dealing with much more than chip rivals breathing down its neck; it is simultaneously integrating a bevy of new technologies such as chiplets, artificia Read more…

Choosing the Right GPU for LLM Inference and Training

December 11, 2023

Accelerating the training and inference processes of deep learning models is crucial for unleashing their true potential and NVIDIA GPUs have emerged as a game- Read more…

Comparing NVIDIA A100 and NVIDIA L40S: Which GPU is Ideal for AI and Graphics-Intensive Workloads?

October 30, 2023

With long lead times for the NVIDIA H100 and A100 GPUs, many organizations are looking at the new NVIDIA L40S GPU, which it’s a new GPU optimized for AI and g Read more…

Baidu Exits Quantum, Closely Following Alibaba’s Earlier Move

January 5, 2024

Reuters reported this week that Baidu, China’s giant e-commerce and services provider, is exiting the quantum computing development arena. Reuters reported � Read more…

Shutterstock 1179408610

Google Addresses the Mysteries of Its Hypercomputer 

December 28, 2023

When Google launched its Hypercomputer earlier this month (December 2023), the first reaction was, "Say what?" It turns out that the Hypercomputer is Google's t Read more…

AMD MI3000A

How AMD May Get Across the CUDA Moat

October 5, 2023

When discussing GenAI, the term "GPU" almost always enters the conversation and the topic often moves toward performance and access. Interestingly, the word "GPU" is assumed to mean "Nvidia" products. (As an aside, the popular Nvidia hardware used in GenAI are not technically... Read more…

Leading Solution Providers

Contributors

Shutterstock 1606064203

Meta’s Zuckerberg Puts Its AI Future in the Hands of 600,000 GPUs

January 25, 2024

In under two minutes, Meta's CEO, Mark Zuckerberg, laid out the company's AI plans, which included a plan to build an artificial intelligence system with the eq Read more…

China Is All In on a RISC-V Future

January 8, 2024

The state of RISC-V in China was discussed in a recent report released by the Jamestown Foundation, a Washington, D.C.-based think tank. The report, entitled "E Read more…

Shutterstock 1285747942

AMD’s Horsepower-packed MI300X GPU Beats Nvidia’s Upcoming H200

December 7, 2023

AMD and Nvidia are locked in an AI performance battle – much like the gaming GPU performance clash the companies have waged for decades. AMD has claimed it Read more…

Nvidia’s New Blackwell GPU Can Train AI Models with Trillions of Parameters

March 18, 2024

Nvidia's latest and fastest GPU, codenamed Blackwell, is here and will underpin the company's AI plans this year. The chip offers performance improvements from Read more…

Eyes on the Quantum Prize – D-Wave Says its Time is Now

January 30, 2024

Early quantum computing pioneer D-Wave again asserted – that at least for D-Wave – the commercial quantum era has begun. Speaking at its first in-person Ana Read more…

GenAI Having Major Impact on Data Culture, Survey Says

February 21, 2024

While 2023 was the year of GenAI, the adoption rates for GenAI did not match expectations. Most organizations are continuing to invest in GenAI but are yet to Read more…

The GenAI Datacenter Squeeze Is Here

February 1, 2024

The immediate effect of the GenAI GPU Squeeze was to reduce availability, either direct purchase or cloud access, increase cost, and push demand through the roof. A secondary issue has been developing over the last several years. Even though your organization secured several racks... Read more…

Intel’s Xeon General Manager Talks about Server Chips 

January 2, 2024

Intel is talking data-center growth and is done digging graves for its dead enterprise products, including GPUs, storage, and networking products, which fell to Read more…

  • arrow
  • Click Here for More Headlines
  • arrow
HPCwire