Hi!

>>>>> "domi" == domi  <[EMAIL PROTECTED]> writes:

domi> Hi !
domi> Thank You for the response !
<cut>

domi> so I don't think it's solaris-problem. 
domi> Ofcource it can still be "my code" but I have not found 
domi> the problem...
domi> So I took a chance and passed this question to list.
domi> Maybe somebody else have had the same problem??
domi> Maybe libmysqlclient is not designed to be used in a
domi> daemon process??
domi> It definitely is something wrong somewhere. 
domi> 40 - 50 MB in a week is not normal, or what You think ??

domi> I'will test hoard library asap, lets see what happens !

The MySQL client library has been tested under purify and we have not
found any memory problems with it.

One thing you can do is to recompile MySQL with --with-debug=full

In this case the client library will include the safe_malloc library,
which you can ask to report all memory used by the client library
which has not been freed.  (Just call the TERMINATE() function in your
library from time to time).

Regards,
Monty





---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to