Delay under Windows 10?

For issues with communication ports, protocols, etc.
Post Reply
KenHorse
Posts: 56
Joined: Jan 27, 2012 0:08

Delay under Windows 10?

Post by KenHorse »

Consider the following code (yea I know...)

Code: Select all

Print "Hello World"

Run under Win 10 (64 Home Edition, all the latest updates)

Running the compiled file from command line is very slow. It takes approx 500 ms for "Hello World" to appear and another 500 ms to be returned to the command prompt.

Under Linux (Debian 10), it is almost immediate.

So what am I overlooking?
jj2007
Posts: 2326
Joined: Oct 23, 2016 15:28
Location: Roma, Italia
Contact:

Re: Delay under Windows 10?

Post by jj2007 »

Which AV are you running?
KenHorse
Posts: 56
Joined: Jan 27, 2012 0:08

Re: Delay under Windows 10?

Post by KenHorse »

AV?
paul doe
Moderator
Posts: 1730
Joined: Jul 25, 2017 17:22
Location: Argentina

Re: Delay under Windows 10?

Post by paul doe »

KenHorse wrote:AV?
AntiVirus ;)
KenHorse
Posts: 56
Joined: Jan 27, 2012 0:08

Re: Delay under Windows 10?

Post by KenHorse »

Ahhh.... F-secure

Try disabling it is where you're headed I presume
KenHorse
Posts: 56
Joined: Jan 27, 2012 0:08

Re: Delay under Windows 10?

Post by KenHorse »

Well... that did it (I would have never considered that, thanks for the tip!)

I simply excluded my xampp directory from scanning by F-Secure and voila!
Post Reply