Re: [INTERNALS-WIN] PHP clamav on windows
[email protected] ("Ángel González")
| Newsgroups | php.internals.win |
|---|---|
| Message-ID | <[email protected]> |
Pierre Joye a écrit: > hi, > > 2010/12/21 Jean-François COUÃC <[email protected]>: >> Hi Angel, >> >> Yes probably. but we need a little bit more performance. >> At this time, we now evaluate api for some av. > > I don't think you will see much performance improvements tho'. The > resource intensive part being the files analyzes. Exec/system has the > great advantage of being APIs and licenses independent :) > > > Cheers, The slow bit of launching the scanner is loading all the signatures. But using clamdscan instead of clamscan, the work is done by clamd service so it's quite lightweight. The overhead of launching a process shouldn't be noticeable. You can always connect directly to clamd from php, though.