hi,

Scott Robison wrote:

> 
> 3. Some time passes and some external process may alter the schema.
> 

is it really possible ? if the answer is yes (I thought when a process open a 
communication with
the DB, other processes can't alter the DB), for me that would mean that the 
design(s) of the
program(s) wich communicates with the DB is bad.

If I would like several process to communicate with a DB, I write first a 
`demon` wich receive/send
the querries one by one to the DB and send one-by-one the results to the 
processes. So with that
design I consider avoiding any overlapping.

regards,
nicolas

Reply via email to