Friday, February 25, 2011

Monday, February 14, 2011

Java Runtime, Compiler String to double conversion patched...

If you read my previous post about conversion of String to double for special values
that hang the compiler or runtime...

Get the patch from Oracle, see the README file.

Tuesday, February 1, 2011

Compiler, Runtime at risk of infinite loop due to the way double coded in String are converted in double...

Compiler and Runtime are at risk of infinite loop due to the way double coded in String are converted in double...

Php, Java, Scala and other at risk due to conversion infinite loop...
See articles to understand the foundation of this...

http://www.exploringbinary.com/java-hangs-when-converting-2-2250738585072012e-308/
and
http://www.exploringbinary.com/why-volatile-fixes-the-2-2250738585072011e-308-bug/#comment-4649


Hope this implementation bug will be solved rather quickly.

Friday, December 17, 2010

MySQL 5.5 landed...

With the MySQL 5.5 release that finally arrived, we get:
Improved performance and scalability:
-------------------------------------
MySQL Database and InnoDB storage engine have been enhanced to provide optimum performance and scalability when running on the latest multi-CPU and multi-core hardware and operating systems. In addition, with release 5.5, InnoDB is now the default storage engine for the MySQL Database, delivering ACID transactions, referential integrity and crash recovery.

Higher availability:
--------------------
New semi-synchronous replication and Replication Heart Beat improve failover speed and reliability.

Improved usability:
-------------------
Improved index and table partitioning, SIGNAL/RESIGNAL support and enhanced diagnostics, including a new PERFORMANCE_SCHEMA, improve the manageability of MySQL 5.5.

MySQL 5.5 Delivers Major Performance Gains:
-------------------------------------------
In recent benchmarks, the MySQL 5.5 release candidate delivered significant performance improvements compared to MySQL 5.1. Results included:

On Windows: Up to 1,500 percent performance gains for Read/Write operations and up to 500 percent gain for Read Only.(1)

On Linux: Up to 360 percent performance gain in Read/Write operations and up to 200 percent improvement in Read Only.(2)

Try it and you will get better mysql.

Monday, October 11, 2010

Ubuntu 10.10 landed.

Downloaded Ubuntu 10.10 desktop (32 bits), server (32 and 64 bits), installed and tried inside VirtualBox 3.2.8 (Sun/Oracle) onto Windows 7.
Ubuntu 10.10 is faster, has many new features and is stable.
Grab it soon, try it and adopt it.