client server architecture

ZCE 5.3: Worth Doing? - Lorna Mitchell

Planet PHP  Tue, 12/14/2010 - 03:12

I recently took (and passed!) the ZCE 5.3 certification.

I've been a Zend Certified Engineer (5.0) for nearly 3 years, and I know a lot more about PHP today than I did then.

Today I speak and write various things related to PHP, and also teach all sorts of topics including PHP certification.

I thought I'd share my thoughts on the ZCE, and I'll write a follow-up post on how to prepare for it.

Updated Syllabus


 

Accessing SQLite in C

Linux Journal - The Original Magazine of the Linux Community  Mon, 08/31/2009 - 09:21

In my last article I wrote about accessing a PostgreSQL database in C/C++.

In this article, I'm going to discuss performing the same functions in C against an SQLite database. Unlike Postgresql and the supporting libraries, SQLite creates completely self-contained databases that aren't dependant upon a client-server architecture.

read more


 

Install Drizzle On Debian Lenny

Linux Today  Tue, 08/04/2009 - 07:32

Howtoforge: "Drizzle is a Free Software/Open Source database management system (DBMS) that was forked from version 6.0 of the MySQL DBMS.

Like MySQL, Drizzle has a client/server architecture and uses SQL as its primary command language. Drizzle is distributed under version 2 of the GNU General Public License."