Getting 'Push' to Scale Is in the Cards
Kaazing creates platform for asynchronous request processing
August 29, 2007 —
If an online poker tournament next month works as it is supposed to, thenka-zing!"Jonas Jacobi might just begin to cash out.
Jacobi is the founder and CEO of a company called Kaazing, which is creating a specification for pushing information in real time from a server to a client, without requests.
"The ability to push information from a server to a client has been around [for] about 10 years, but it can't scale because you need to keep each connection open," Jacobi said. "Currently, a Web client will request information every two seconds, or five seconds. That puts a burden on the server side, if 50,000 people want it at the same time."
The key to scaling server-client communication, Jacobi explained, is asynchronous request processing, which allows one thread to be shared among many connections, rather than providing a thread for each connection. "With [asynchronous request processing], the user initiates one request when he navigates to the page. If there's no information available, there is no communication between the server and client. No threads need to be kept open. When something happens, the server broadcasts it out simultaneously." A subscribe mechanism allows data to be pushed out on one thread, but all subscribers to that thread will see the message, Jacobi explained.
Ill See Your Hand
Jacobi said the poker tournament, which will be launched at AJAXWorld in Santa Clara at the end of September, is a proof of concept. Every player will be able to see his opponents' face cards as they are dealt, and then see and respond to every wager, Jacobi said, without having to wait for a server to respond to the request. When the next cards are dealt, the images are simply broadcast to all players at the same time. Jacobi indicated this type of solution has applications for viewing sports online, or a transit authority keeping track of buses or trains, or in financial markets, where data is updated often and quickly.
Kaazing's commercial offering will be known as Enterprise Comet, and it's based on the open source Comet technology for enabling real-time messaging from a Web server to one or more browsers. It uses Java APIs for JMS, and EJB for business logic and queuing, and then a JVM that resides in a Java container such as Apache Tomcat, Sun's Project Glassfish or codehaus.orgs Project Jetty. For the poker project, Jacobi said Kaazing is partnering with Terracotta, because that company's JVM clustering environment will scale enough to meet the projects requirements.
For developers working on real-time solutions, Jacobi said the learning curve will be low, because it's just Java. "The development environment and model don't change. At the end of the day, you're deploying to a Java container. There's no arbitrary language or XML framework. It's not like going from Java to Flash."
Share this link: http://sdt.bz/31064
Most Read Latest News Blog Resources
Zeichick’s Take: Radio moves from analog waveforms to digital packets
Streaming radio highlights the need for streaming applications to be designed to take up as little bandwidth as possible
|
|
Taking enterprise architecture to the business side
Startup Corso is bringing out a cloud-based planning platform that ties into business plans
|
|
Appcelerator Acquires Cocoafish to Add Instant Mobile Cloud Capabilities to its Industry Leading Titanium Platform
Appcelerator Offers Messaging, Social, Location and Storage Mobile Cloud Services to All Mobile App Publishers
|
|
ComponentOne Releases a Collection of 40+ UI Widgets Powered by HTML5 and jQuery
ComponentOne has announced the 2012 release of Wijmo: a kit of UI widgets for HTML5 and jQuery development
|
Taking enterprise architecture to the business side
Startup Corso is bringing out a cloud-based planning platform that ties into business plans
|
|
Top five apps to manage your workload
Web applications offer new ways to track your “to-do” lists
|
|
Not so fast when it comes to testing in the cloud
Developers face outsourcing, virtual lab management and mobile devices as obstacles
|
|
Xceed releases UX-focused suite for Microsoft’s WPF
"Blendables" helps match user experiences to developer visions
|
Are you at risk for burnout?
Burnout is a severe problem and it can strike at any time. Here's how to tell if you are nearing the edge.
|
|
Agility, mom, and apple pie
If we're to evaluate the state-of-the-art in software development, we should start with the values espoused in the Agile Manifesto.
|
|
RIM woos developers with free tablet
How do you get more apps ported to the BlackBerry PlayBook? By giving every developer a free tablet, of course!
|
|
GitHire: Use Headhunters to Find Your Perfect Programmer
Are you a hiring manager tired of scouring the job boards? Check out this new service that will find 5 people interested in your jobs.
|
The Hidden Costs of Software Licensing
Moving beyond paper-based software licensing to more flexible, software-based licensing is a business decision. There is a growing trend tow...
|
|
Case Study: You May Need a Development Mechanic
As a contractor for a major financial player in Germany, SOBEGE, a German-based consultancy specializing in embedded IT and web services, wa...
|
|
Ensuring Software Quality at a Major International Bank
One of the world’s leading international banks has adopted AgitarOne technology for delivering generated unit tests for their Java software...
|
|
Load Testing Adobe Flex Applications
Adobe Flex applications may be different from applications you’ve worked with before. For classic HTML web applications, the server does all...
|