﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
540	ProcessExists() causes a large number of page faults	MarcoM		"I know that page faults are not errors per se, but ProcessExists() is really inducing loads of them and it seems to be the only function to do so (~155 page faults per call).
The following code generates 10000+ page faults per second:
{{{
While 1
	ProcessExists(""Anything.exe"")
	sleep(1)
WEnd
}}}

It there some problem with the way the dll is called to get current process information?
Does it translate into a higher than required CPU usage?"	Bug	closed		AutoIt	3.2.12.0	None	No Bug	ProcessExists(), Page faults	
