Posts from — June 2009
Evolving concurrency, like memory management did
As processors become faster and multiprocessor systems become cheaper, the need to take advantage of multithreading in order to achieve full hardware resource utilization only increases the importance of being able to incorporate concurrency in a wide variety of application categories.
In this article we are evaluting a new approach to the concurrency.
In the last five years computers are becoming even more parallel.
Intel is pushing multi-core achiteture also on commodity personal computers.
Neverless the computing power is ofter not well used: one again, hardware is a step head of our day-by-day software development.
Remember when the 80286 came into light.
The 286 was able to provide a multi-programming architecture but without memory management protection.
We had to wait 386 hardware to see software working on preemptive multi-tasking, because software cannot cope with unprotected memory. In one word, it costs too much to develop a operating system without the new features the 80386 bring to us.
What about concurrent programming? Can we look similarities in the concurrency field?
June 11, 2009 No Comments
WinRun4J
WinRun4j is a java launcher for windows. It is an alternative to javaw.exe and provides the following benefits:
* Uses an INI file for specifying classpath, main class, vm args, program args.
* Custom executable name that appears in task manager.
* Additional JVM args for more flexible memory use.
* Built-in icon replacer for custom icon.
* Pre-JVM splash screen with auto-hide.
* DDE implementation for file assocations.
* Windows NT Service wrapper.
* Windows EventLog API
* Console version
* JNI library for INI access, splash screen, logger, registry, shell.
* Support for 64-bit JVM.
* Supports embedding (inside the executable) the INI file. See Embedded Resources section below.
* Supports embedding a splash image.
* Supports embedding JAR files. These will be included in the classpath (without extraction). This is currently BETA quality.
* NEW: There is now an Eclipse Plugin for WinRun4J.
WinRun4J is licensed under the Common Public License (CPL).
via WinRun4J.
June 10, 2009 No Comments
jQuery plugin: Tablesorter 2.0
Often Customers require a way of ordering columns of small html table.
This JQuery plugin offer a fast, and nice solution:
June 8, 2009 No Comments
WolframAlpha A new type of search engine
Hi World.
I didn’t lost a bit of grip on edge news, altrought now I am married!
In the first days of May we read about a new serach engine, called WolframAlpha.
The idea behind WolframAlpha are interesting, so we will take a close look to it.
Slashdot is following the engine very tightly (“Wolfram Alpha Launches Tonight, On Camera”, published on May 16) ans so will do Gioorgi.com.
[UPDATED! Google Squared is out of there!!]
First published on May 18th, 2009
June 5, 2009 No Comments