Re: windows quick virus scan
Luke Bakken <[email protected]> Tue, 29 Mar 2022 15:44:17 -0700
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <CADFEJucJ2BC2_dqJ4gx68wRe7HGXR=spfJih_TFDpmaDJpmkew@mail.gmail.com> |
Hi Sam, What version of Erlang are you using? Older versions started up slowly on Windows due to a bug - https://github.com/erlang/otp/issues/4193 If you completely disable virus scanning on your machine, is the issue resolved? I use Windows to do Erlang development and do not experience these issues, even with anti-virus software running. Thanks - Luke On Tue, Mar 29, 2022 at 3:11 PM Sam Overdorf <[email protected]> wrote: > > Sometimes it takes 1.5 Min to start up using "erl" or "escript" (which > is very annoying). > I can see microsoft scanning by using "taskmgr". > After it finishes the quick scan then erlang startsup and seems to > work just fine. > I like erlang and would like to figure out what my problem is. > > Thanks, > Sam > > On Tue, Mar 29, 2022 at 3:03 PM Luke Bakken <[email protected]> wrote: > > > > It doesn't, so you'll have to provide more information - > > > > * How are you running Erlang? > > * What evidence of "virus scans" is there? Do you have event log entries? > > * Can you enable ProcMon and filter by the Erlang executable to see > > everything it's doing? > > > > On Tue, Mar 29, 2022 at 3:00 PM Sam Overdorf <[email protected]> wrote: > > > > > > I have asked this before. > > > why does erlang cause random quick virus scans on my windows 10? > > > > > > Thanks, > > > Sam > > > [email protected]