New-age Transactional Systems - Not Your Grandpa's OLTP
John Hugg discusses high volume transaction processing applications with high and low frequency profiles, and how VoltDB can be used for that purpose.
The content has been bookmarked!
There was an error bookmarking this content! Please retry.
Posted by Werner Schuster on Sep 29, 2009
A first release candidate of JRuby 1.4 is expected soon, so it's time to have a look at what's coming up.
JRuby team member Nick Sieger gave a quick overview of what's to come in JRuby 1.4. Next to new YAML support and further improvements in the 1.9 support, work on the JRuby's 1.8.7 support continues.
JRuby 1.4 will default to Ruby version 1.8.7. While most of the 1.8.7 support is done, Charles Nutter explains why external iterators, added in 1.9.x and 1.8.7, are currently slow and hard to optimize:
Ruby 1.8.7 added the ability to "next" your way through an Enumerator. At a glance, this seems fine; it's just external enumeration. The problem, however, is that enumeration can be arbitrarily complex. [..]
In Ruby 1.8.7 and Ruby 1.9, [external iterators are] implemented using continuations (delimited continuations, i.e. Fibers or coroutines), making it dreadfully slow to "next" your way through a collection. On JRuby, because there's an in-progress #each we have to pause for every element, Enumerator#next has to spin up a *new native thread*. Each #next call then pings the thread to produce a new result.
It remains to be seen whether a fast solution can be found.
JRuby 1.4 will probably also bring improvements in the Java integration, making it easier (or in some cases, at all possible) to access overloaded methods in Java classes from Ruby code. Possible changes will include improvements in type coercion and new methods such as java_send (GitHub commit for java_send) which takes the method signature of the method to invoke.
The specific feature set in 1.4 is still in flux, and it remains to be seen what parts of the Java integration overhaul make it in.
Future versions of the JVM are supposed to include support for improving the speed of dynamic languages. First bundles of JRuby and the MLVM with the new dynamic features are available.
Finally, very soon after the announcement of the first JRubyConf, it was booked out. EngineYard now announced the final program of JRubyConf
as well as the availability of further tickets:
Last, but certainly not least exciting: with the addition of our new sponsors, and some magic logistical mojo at the Embassy Suites, we've managed to move the event to a larger space, doubling the attendee headcount.
Improve Java Garbage Collection, Runtime Execution, and JVM visibility with Zing
Getting Started with Stratos - an Open Source Cloud Platform
Using Drools? See what you're missing! Get the Power of Drools with the Assurance of Red Hat
John Hugg discusses high volume transaction processing applications with high and low frequency profiles, and how VoltDB can be used for that purpose.
Kevlin Henney examines code samples to see what can be learned from them starting from the premise that one won’t write great code unless he knows how to read it.
Jason Ayers share the observations he made watching a team of developers collaborating in real time on the same code base, pushing XP, pair programming and continuous integration to their extremes.
Michael Snoyman presents Yesod, a web framework written in Haskell and containing a web server, templating, ORM, libraries (templating, gravatar, etc.).
Richard Kreuter and Kyle Banker on how to avoid classical RDBMS transactional systems by using compensation mechanisms, transactional messaging or transactional procedures.
Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.
One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.
InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.
No comments
Watch Thread Reply