Tagged Questions

0
votes
5answers
42 views

Using Java to retrieve the CPU Usage for Window’s Processes

Hello all, I am looking for a Java solution to finding the CPU usage for a running process in Windows. After looking around the web, there seems to be little information on a solu …
1
vote
2answers
23 views

Reattaching to an orphan process in QT

We're preparing an application using Qt that has a main process that controls the GUI and spawns processes that do the actual data processing. Messages are exchanged between the ma …
0
votes
1answer
27 views

HOWTO: Tag a process

Hi: I am using CreateProcessAsUser() to make processes. I would like to tag some of them so that later on, given a process ID/handle I can work out whether or not it was I who lau …
4
votes
8answers
204 views

Is it OK for a process to be CPU intensive for a prolonged period of time?

The case: A scheduled task running on Windows. The program's job is to extract some information from text documents. It uses a lot of regular expressions to do this. The program …
0
votes
3answers
51 views

Is there a way of sharing a Core Data store between processes?

What am I trying to do? A UI process that reads data from a Core Data store on disk. It wouldn't need to edit the data, just read and display the data. A command line process tha …
6
votes
4answers
64 views

What makes a process appear as Not responding in Windows?

What is it exactly that "triggers" Windows to mark a process as Not responding in the Task Manager and Resource Monitor?
2
votes
3answers
112 views

Problem forking fork() multiple processes Unix

So I have this function that forks N number of child processes. However it seems to be forking more than specified. Can you tell me what I'm doing wrong? Thanks void forkChildren …
1
vote
1answer
80 views

How can I get the full list of running processes on a Mac from a python app.

I want to get the list of running processes on the Mac, similar to what you get from 'ps -ea' I have tried os.popen('ps -ea') but this only lists a small subset of the processes, …
1
vote
3answers
47 views

Is it possible to tell what query a given SQL Server process is running?

Our application has started having problems with SQL Server 2005 queries getting blocked. Is is possible to tell what query the blocking process is running? If it is possible how i …
1
vote
2answers
93 views

How can I interact with the command prompt from C# code?

I am trying to interact with the windows command prompt from code. My goal is to display the prompt, put in some command, display the output, and repeat. But can't seem to get th …
0
votes
2answers
47 views

strtok and execlp in a mini-shell

Hi fellows! I'm writing a mini-shell to get more familiar with Unix process management in C. It's reading stuff from commandline and passes these arguments via execlp to the syste …
0
votes
2answers
58 views

Python, List running processes 64Bit Windows

Hey Guys, I amm writing a little python script that will grab information from VMs of Windows that I am running. At the moment I can list the processes on a 32bit XP machine with …
3
votes
1answer
84 views

Find processes attached to a file [closed]

Possible Duplicates: How do I find out which process is locking a file (C#)? How does one figure out what process locked a file using c#? Is there a way in C# to "Examin …
2
votes
3answers
165 views

linux: programmatically get parent pid of another process?

I tried google, but found getppid() which gets the parent pid of the current process. I need something like getppid(some_other_pid), is there such a thing? Basically takes the pid …
1
vote
6answers
127 views

Anything wrong with using PHP as a server side language?

Is it wrong to use PHP as a server side language? For functions such as mail notifications / fraud checks (look for data, flag, then email type approach) / db cleanup / upload fold …

1 2 3 4 5 15 next
15 30 50 per page