5 Mar 2004 21:45
PEAK design pointers
I've just discovered PEAK, by a fairly convoluted route. So far, I've
read the tutorial on the Wiki (which is excellent, BTW!) and the
manual. I've not started delving into the code to understand how to
use the various bits, but I expect to.
However, the area I'm having trouble getting to grips with is how to
design an application based around PEAK. I come from a procedural/OOP
background, and there's nothing difficult per se with the concepts in
PEAK, but I'm just having difficulty getting my concept of what I'm
trying to achieve to "break up" into components in a way that seems to
work...
Any pointers on things to read would be much appreciated!
I do have a specific application in mind - I'll describe it here as a
concrete example, but I'm definitely *not* expecting someone else to
do my design for me...
What I'm trying to write is an application (more precisely, a
framework) for database monitoring. I have a central repository
database, and a large number (100+) of target databases. My
application needs to connect to each target, run a query, collect the
results and save them in a table in the repository. I'll ultimately
have a number of different instances of this application, each
collecting the results of a different query, and possibly handling the
results in slightly different ways.
Objects (components?) I see a need for include:
* A "target database"
(Continue reading)
RSS Feed