I'm creating a new thread and in it I'm checking the WorkingSet property for my program's process. For some reason whenever I do that it takes like 3 seconds before the rest of the code in that thread starts executing (first time only. If I check workingSet again it wont be slow. Its only slow the first time I access it in my app)....
what's wrong with that