Is there a reliable way to know what executable has called my executable开发者_StackOverflow? I have a .NET executable but I would like to know who has started my application.There\'s an answer to y
I\'m developing a windows service in C#.net, Account: LocalSystem, System: Windows XP SP3 I want this service to check for all currently logged users if a specific application is running and if not -
I have written a program in C. Its a program created as result of a research. I want to compute exact CPU cycles which program consumes. Exact number of cycles.
I\'m studying for my final exams in my CS major on the subject distributed systems and operating systems.
I have to simulate a game where each player has turns and needs to \'pay attention\' to what\'s going on.
I understand the difference between a process and a thread. And I know the differen开发者_运维技巧ce between a user thread and a kernel thread.
I\'d like to have a timeout for a pr开发者_高级运维ocess I start from Java. After the timeout, I\'d like to kill the process. So far, so good. Problem is, I want to capture stderr/stdout during both n
I need to kill windows explorer\'s process (explorer.exe), for that lets say i use a native NT method TerminateProcess
My knowledge of how processes are handled by the ASP.Net worker process is woefull开发者_开发知识库y inadequate. I\'m hoping some of the experts out there can fill me in.
I remember coming across an article on I think CodeProject qu开发者_StackOverflowite some time ago regarding an antivirus or antimalware some guy was writing where he hooked into the Windows API to be