On Sat, 28 Oct 2000, marc fleury wrote:

> |We have an old (currently very minor) problem, that
> |I would like to see fixed:
> 
> we have other problems, namely optimizeIt says we spend 40% of our time in
> Tx.begin() :P

Something you could try is pooling the tx and xid implementations in
capsule. Now one instance is created per begin() and
capsule.reuse() creates just one xid per call (which goes into stuff like
System.properties on every call, this might cost you).

Since these are heavily used, might wanna create a bunch of them at once,
instead one every call.

-- Juha



Reply via email to