Other News

Community

Smile and Take a Snapshot

(Howard Goldberg) Monitoring the health of an UDB instance and its associated databases is one of the many tasks that a DBA must perform on a daily basis. One of the tools a UDB DBA uses is the DB2 "get snapshot" commands. These commands obtain a point in time snapshot of the database’s critical per

Community

Performing Usage-Based Costing

(Brian Moran) My company wants to charge application owners usage fees based on consumption of database resources, such as memory, CPU, I/O, the number of queries executed, and so on. Several third-party tools have this capability, but their data is based on sampling. We have many applications t

Community

XML Processing with DOM and Perl

If you iterate recursively over a DOM tree (such as one provided by the XML::DOM Perl module), you need something like a computed goto to dispatch on node types, and, probably more important, different elements. For example, consider the structure-oriented DTD from Notes on XML DTD Design (including

Community

Creating XML with Genx

(Michael Fitzgerald) Genx is an easy-to-use C library for generating well-formed XML output. In addition to being well-formed, Genx writes all output in canoncial form. It was created by Tim Bray with help from members of the xml-dev mail list. Work on Genx was announced on xml-dev on 19 January