Archive for the 'vuxml' Category

Data driven listening

Saturday, August 26th, 2006

Data driven applications are a good concept to keep in mind when design an application, especially when that application needs to have new bits added to it on a regular basis. My idea for using Python to listen for FreshPorts events is a case in point.

More on Python Listen

Saturday, August 26th, 2006

Today I started playing with Python again. My goal is to create a listening “daemon” to process PostgreSQL events. I wrote about my initial proof of concept at the start of the month. Today, it’s time to look at using this for real.