By drasch, on May 3rd, 2007%
Memcache is an extension written by Danga for simple Key/Value pair caching for use with your favorite programming language. In this talk I demonstrate how to install, integrate, and leverage Memcache in PHP (using MySQL for a database). I build a sample application, demonstrate less than desirable performance and finally, return performance with a . . . → Read More: TriPUG and MySQL Talk on Memcache and PHP
By drasch, on February 6th, 2007%
I’ve been working with the Zend Framework a bit and in working with MySQL through PDO_MYSQL. I’ve run into a few problems trying to use parameters of queries.
I’ve narrowed the issue down to PDO itself and not the Zend Framework.
$dbh = new PDO(“mysql:host=localhost;dbname=db”,”user”,”pw”); $query = “insert into silo_test_data (record_id, fieldname, value) . . . → Read More: Zend Framework and PDO_MYSQL
By drasch, on January 28th, 2007%
I’ve been Linux-only on the desktop for 4 years now. And now, I’m considering adding Windows back to my daily life. Linux provides an excellent environment to do many of the things I do:
web – Web Browse remote administration – Use a terminal services – Run servers video – Transcode, edit, convert, and . . . → Read More: Return of Windows?
By drasch, on November 8th, 2006%
A recent CIO Magazine article about pre-packaged open-source software includes several quotes from me.
|
|