Home All Groups Group Topic Archive Search About

Re: Asp.net Upload File links to Virus Scanner

Author
16 Dec 2005 9:12 PM
bsandhu
Hi Wong,
Did you get a solution to your post about uploading the files to the server. I am looking something similar to your requirement

Cheers
B

Wong wrote:
Show quote
> *Thanks for your help.
> :)
>
>
> "Joerg Jooss" wrote:
>
> > Shiva wrote:
> >
> > This is certainly the most straightforward solution. But depending > on the
> > server's load, it might turn out to be disastrous one. First, > creating
> > processes is quite an expensive operation. Second, the virus > scanner must
> > reload its virus signture database *each* time, which can be > horribly
> > expensive.
> >
> > So ideally, you want a virus scanner with a managed API -- which > doesn't
> > exist yet, at least to my knowledge.
> >
> > The next best option is a virus scanner with any API you can use > via
> > P/Invoke or COM Interop. Sophos for example has SAVI, a COM-based > API that
> > you could use to directly invoke the virus scanner's functions > without the
> > overhead of creating new processes, and that would also allow you > to
> > "buffer" virus signature data.
> >
> > Cheers,
> >
> > --
> > Joerg Jooss
> > joerg.jo***@gmx.net
> >
> >
> > * -- bsandhu ------------------------------------------------------------------------ Posted via http://www.codecomments.com ------------------------------------------------------------------------

AddThis Social Bookmark Button