On Mon, 2005-01-31 at 16:06 +0100, Christian Hilgers wrote:

> > 
> > It's a known limitation.
> 
> Will this be fixed?

I expect so, when the protocol is replaced with something else.

> 
> I did some performance testing when using SESSION.
> The first scan is ok but then the performance gets bad.
> 
> This is the time (s) for scanning (excluded time for transfer to socket)
> 
> first file:
> 28K:  0.000151
> 
> second file:
> 28K:  0.039568
> 
> 
> This is a test with 0 Byte Files
> 
> 0.000142 (first)
> 0.032147 (second)
> 0.032142 (third)
> 
> Ist this also a known problem?

That seems to be a result of kernel scheduling or socket handling.

I can reproduce it, but I can also cancel it out by adding a sleep(1)
before closing the stream socket, i.e. by forcing a schedule before the
scanning starts.

-trog

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users

Reply via email to