>the real problem seems to me that when more than 
>8(=firstChunk) connections
>are opened, the function sql03_realloc_pool will be called, which 
>reserves memory for 16 connections copies the old memory and frees it.

I've changed the code to realloc an array of pointers and not an array
of connection objects.
There's an experimental version of the 7.5 python driver containing this
change at 
ftp://ftp.sap.com/pub/maxdb/tmp/maxdb-python-linux-32bit-i386-7_5_00_25a
.tgz.

The archive includes also the changed veo03.c in case there are still
problems. The call to sql03_init_multi_threaded mentioned earlier in
this thread is still needed.

Daniel Dittmar

-- 
Daniel Dittmar
SAP Labs Berlin
[EMAIL PROTECTED]  

--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to