Sun to introduce memory locking feature

Posted by Mike on Aug 16, 2007

According to this internetnews.com article, Sun is in the process of extending its multithreading support to protect applications and data alike from accidentally stepping on each other and corrupting memory or data. The mentioned feature is similar to that of RDBMS locking mechanism but applies to system memory.

Comments are closed.