[Twisted-Python] Scaling problem
Bill Gribble
grib at billgribble.com
Tue Nov 4 14:05:21 MST 2003
On Tue, 2003-11-04 at 12:19, Uwe C. Schroeder wrote:
> BTW: You might suggest to break down the expensive function into smaller
> pieces - no way. It has to run in one database transaction otherwise I might
> end up with a inconsistent database - no good in finance business.
Would it help you to have the ability to open a database transaction and
keep it open while you do other things? I have a patch to adbapi that
adds an API to do this. It's in daily use on my development system but
I haven't quite finished cleaning it up for submission.
b.g.
More information about the Twisted-Python
mailing list