From: Peter G. <pe...@fs...> - 2004-02-06 09:13:26
|
> If you have a single process accessing the database, then thread locks > can do what you want. But presumably you have more than one process, > and potentially non-SQLObject clients. I don't know, concurrency is > challenging. The reason you'd want the locking on database level is just because of the reasons mentioned above. However, if SQLObject can provide a mechanism for this in some way we have a feature that other objectifications of flat databases lack. And a very useful feature too. > I checked online and found something at > http://www.red-dove.com/python_logging.html -- I think it's the module > the 2.3 logging module was based on. There's a good chance that the > logging.py distributed with 2.3 could be dropped into 2.2 as well. I will check it out as soon as I get home from work. If this is interresting next step would be to define what log-level each action and result should have. /Peter |