On 3-Sep-04, at 9:31 AM, Christian Smith wrote:
How often does the balancer run? Could the space for the balance routine
be allocated with the sqlite structure? It is opaque anyway, and is
allocated only once, so there should be no penalty in performance over the
current stack implementation, and only a single thread should ever be
using a sqlite structure at a time.
Or you could set the thread stack size to something reasonable when you create it, which accomplishes the same thing.
ck