Joanna Roman wrote: > If I ran clamav on multi processor box, will the > scanning thread be distributed among multiple > processors ? Or this is pthread specific ? Have anyone > try this yet ?
It depends on the operating system and how threads work in it. In general, yes, they will be distributed among the processors. In some cases, Solaris being one I know, you can configure the OS to run your application in as many (or as few) processors as you want. This is completely independent of the application. -- Ren� Berber _______________________________________________ http://lurker.clamav.net/list/clamav-users.html
