Situation: I have a lot of Microsoft SQL Backup files. The application should restore each backup-file with
I want to create a window and show some image display (like animation based on S开发者_运维问答etTimer()) on window created using CreateWindow() function. But it should be created on separate thread a
I am making a Process-Viewer like app. in windows which displays all the processes currently running in a CListCtrl . No开发者_StackOverflow社区w i want to get the icons of the processes and show them
I have been scouring the internet to find out how much memory a java process can take on a linux (red-hat) machine.( I am not talking about heap; rather, the entire amount of memory taken up by the ja
I am working on an Android application that collects sensor data over the course of multiple hours. For that, we have a Service that collects the Sensor Data (e.g. Acceleration, GPS, ..), does some p
I have a method that stops a service(s) but I also need to delete the logs.Usually this is not a problem but the process can take a little bit of time before closing.Again, although the service appear
I have a program written in C#, running on开发者_如何学编程 Linux using Mono. The program writes its PID to a file. Now I want to check wether a process with this PID is running on start up. Is there
I would like to do the following: I want开发者_如何学Go to link a process A to a file F, so: If F dissapears A crashes.
can we use the same synchronization mechanisams for both thread synchronization and process synchronization
I am writing an application in c++ on win7 platf开发者_运维知识库orm which needs to close another application.