On Wed, 2004-09-15 at 10:16, Fajar A. Nugraha wrote: > Do you have any suggestion as to how to get back the free()d memory? > Will (borrowing Apache's way) using a prefork-kind of daemon, with > limited lifetime > for each child, be better (in sense of memory management) than the current > thread implementation? Or perhaps limiting the lifetime of each thread > sufficient?
Apache has been moving away from the "prefork-kind of daemon" towards threads for a number of years. The lifetime of threads in clamd is limited by the workload. If they don't have any work to do for a period of time, then they exit. Have you tried the current CVS version?????? If not, do. -trog
signature.asc
Description: This is a digitally signed message part
