New Backend
October 29 2004 03:29 PM

Reworked the backend software driving this weblog (and my new personal blog as well.

This new implementation has each blog entry in its own XML file stored in the filesystem. The files are 'watched' by a multi-threaded component which provides XPath querying access to clients.

Comments however are stored in a database.

Reason for this change: authoring blog entries as raw XML in a text editor is easy.

Comments (0), Add Comment