PrimitiveType

Web Developer News

Slashdot.org News Recent news from Slashdot.org

Oracle's Java Company Change Breaks Eclipse
 
crabel writes "In Java 1.6.0_21, the company field was changed from 'Sun Microsystems, Inc' to 'Oracle.' Apparently not the best idea, because some applications depend on that field to identify the virtual machine. All Eclipse versions since 3.3 (released 2007) until and including the recent Helios release (2010) have been reported to crash with an OutOfMemoryError due to this change. This is particularly funny since the update is deployed through automatic update and suddenly applications cease to work."

Read more of this story at Slashdot.



Java IO Faster Than NIO
 
rsk writes "Paul Tyma, the man behind Mailinator, has put together an excellent performance analysis comparing old-school synchronous programming (java.io.*) to Java's asynchronous programming (java.nio.*) — showing a consistent 25% performance deficiency with the asynchronous code. As it turns out, old-style blocking I/O with modern threading libraries like Linux NPTL and multi-core machines gives you idle-thread and non-contending thread management for an extremely low cost; less than it takes to switch-and-restore connection state constantly with a selector approach."

Read more of this story at Slashdot.



If Oracle Bought Every Open Source Company
 
An anonymous reader points out Glyn Moody's thought experiment: what if Oracle bought up the entire open source ecosystem? Who would win, who would lose? And how might an open ecosystem grow in the wake of such an event? "Recently, there was an interesting rumour circulating that Oracle had a war chest of some $70 billion, and was going on an acquisition spree. Despite the huge figure, it had a certain plausibility, because Oracle is a highly successful company with deep pockets and an aggressive management. The rumour was soon denied, but suppose Oracle decided to spend, if not $70 billion, say $10 billion in an efficient way: how might it do that? One rather dramatic use of that money would be to buy up the leading open source companies — all of them."

Read more of this story at Slashdot.



InternetNews.com News Recent news from InternetNews.com

Google Ramping Up Chrome Releases
 
Already the pace setter in stable updates in the browser space, Google is planning to begin releasing new versions of Chrome twice as quickly.

The Open Source Software That Runs Facebook
 
The head of Facebook's open source products details how the company delivers social networking to 500 million people.

Microsoft Visual Studio Power Tools Get Update
 
New improvements, features and big fixes are on tap for users of Productivity Power Tools for Visual Studio 2010.