On Mon, 18 Oct 2010 12:31:59 -0500
René Berber <rber...@prodigy.net.mx> wrote:

> The only problem is with clamd becoming unresponsive every time it
> checks its database.  For that I use clamdwatch with a very long
> time-out.  The underlying problem, of course, is the 4 minutes it
> takes clamd to check all the databases I use (I have several 3rd
> party)

What kind of signatures do those 3rdparty databases have?
Can you use wc -l, and then group them by extension?
I would expect hashes (.mdb, .hdb) to load quite fast, since we have
lots of those too, and .ndb, or maybe .ldb to load a bit more slowly if
you have many.

Although it is expected that using more signatures slows down DB
reload, 4 minutes is a bit much.
How long does it take with only the official DBs?

> and that it can't be optimized for the sparc architecture

That should actually speed up the DB load, since it doesn't have to JIT
compile the code for Sparc.
You only get slowed down during a scan.

> (the
> JIT part of clamd doesn't support sparc currently, LLVM does say it
> does, sparcv9 which is what I have) but that's a subject for another
> thread.

AFAIK it supports it only for static code generation (i.e. it requires
an assembler).

Best regards,
--Edwin
_______________________________________________
Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net
http://www.clamav.net/support/ml

Reply via email to