Categories

Archives

Did You Know?

My first PC was a Commodore PC10-II. It had an 8086 CPU at 4.77MHz, 640KB RAM, a 20MB hard drive, and a hercules graphics card that my Dad bought me for $50. It was so slow that when I was looking for a file, I'd type "dir", hit enter, watch the list of files scroll by, and when I saw the one I wanted I'd hit CTRL+C to stop the command.

Recent Comments

Tags

asp audio browser bug business coalesce code crash Database db debian extension framework imap internet legions linux metaverse mysql obscurity patch PHP postgresql properties release scp Second Life second life security session social media sound sql ssh subversion tables tortoisesvn tribes ubuntu virtual world web windows zend zend framework zf

Tag: zend framework

Zend Framework and File Locking Pitfalls

Earlier today while reading through the Zend Framework 1.6 RC1 release notes I've come across an interesting bug that has been fixed: [ZF-3382] Zend_Cache_Backend_File problems under very high load.
There are a lot of things to say about this issue. The obvious ones first:
1. Under typical operation such as opening, locking, reading/writing, and then closing a […]

Zend_DB_Select Woes

It's no secret, I'm a fan of the Zend Framework, which I've been using since version 0.15. A lot of components have been added since then, and many of the initial components have been refactored and enhanced, and have matured. And that includes the Zend_Db_Select component, which has been evolving quite nicely, and even Zend_Db_Table_Abstract […]