This tag is about operating system processes. A process is an instance of a computer program being executed. Many operating systems let multiple processes run concurrently. The operating system takes care of isolating processes one from another in order to provide data integrity and also provides ...
1
vote
0answers
10 views
User processes in D-state leads to a watchdog reset using Linux 2.6.24 and arm processor
Most of the user space processes are ending up in D-state after the unit runs for around 3-4 days, the unit is running on ARM processor. From the top o/p we can see that processes that are in D-state ...
0
votes
1answer
39 views
Command line process not working when run from C#
I'm trying to uploading a file and then using server-side processes to convert it.
This is part of a Visual Studio Web ASP.NET web application running on a ASP.NET Development server, localhost:8638
...
0
votes
1answer
37 views
getting child processes with libproc
Like adviced in this post I use libproc to get a list of all running processes. In comparison to the treeview of htop miss I the ability to get all child processes of a parent process. Is there a way ...
0
votes
1answer
14 views
VB.NET Form, Continually check process and show Button/TextBox
I am attempting to create a form using VB.Net that checks if the IExplorer process is running and then display a RichTextBox (which advises the user to close IE) is the process = 1 and a Button to ...
1
vote
0answers
29 views
How to print output from tcpdump using Java Process class
I would like to read and process the output of tcpdump line by line as connections come in. So far I am using the Process class. I also want to run as a non-root user, so I have configured sudo:
...
1
vote
1answer
16 views
Cross-platform pgrep in PHP
I have a PHP file that fires a process with one of the shell/shell_exec/passthru/system functions.
I need to be able to find if the process is stil running.
Is there any way to do it with the regular ...
0
votes
1answer
21 views
How to run “hg clone” command in xterm shell from java application?
I want my application to run xterm shell and run a command "hg clone". I can't understand why the same command works perfectly when I type it directly to xterm and doesn't work when my program uses:
...
0
votes
0answers
5 views
How to determine why a process halts?
A customer complains that the process of loading a view from the database takes a long time. When we switch his log setting to trace and inspect the trace of the process, we see that at some arbitrary ...
1
vote
1answer
17 views
start\kill local EXE application with Node.js
I have a local node.js application in windows - is it possible to start \ kill local .EXE application and kill it in my code.
Is it possible? If so, I would be glad to see an example.
Thanks.
0
votes
0answers
9 views
How to create a 'sandbox' with a virtualised registry for an application?
We have a 3rd party native application (written in C I believe) which we want to run multiple instances of on a machine.
however the application reads and writes from one particular registry key in ...
0
votes
0answers
9 views
program which keeps list of processes which have accessed files?
I was wondering if there exists a program which keeps a list of all processes which access files within a given folder. I have tried googling this, but I need to be more specific with the search ...
0
votes
1answer
56 views
Can we dynamically create a process and maintain a process pool?
One of my servers, written in C, creates 'N' number of child process using fork() and delegates its task of running reports. It doesn't have capability of monitoring it's child process for alive or ...
0
votes
0answers
56 views
How to give and take commands from a third party command line program using Process class in java?
I am trying to run a command line program and interact with it, i.e., give commands as well as take commands in response and the commands I give should change the previous state of the program. I ...
0
votes
1answer
44 views
Having spaces in Runtime.getRuntime().exec with 2 executables
I have a command that I need to run in java along these lines:
C:\path\that has\spaces\plink -arg1 foo -arg2 bar "path/on/remote/machine/iperf -arg3 hello -arg4 world"
This command works fine ...
0
votes
0answers
25 views
How to identify the process that ran main()
I have a program that creates new processes whenever there is work to be done and i also have a wrapper function for exit() to be able to print a custom message etc.
I want to use exit() when exiting ...
-1
votes
1answer
21 views
Linux C processes pids global visibility
Hello yesterday I have one question it is here:
Question
And now I have other problem, I have the code based on answer by some guy
And now I have a problem I need for all children to see the pids of ...
0
votes
0answers
33 views
Java runtime.exec() error 2 but works in terminal
I am creating a command string by adding some strings together. If i debug my application and copy final string from variable it works perfectly in terminal. If try Runtime.getRuntime().exec(cmd1); ...
0
votes
1answer
35 views
process state in Unix
I need to understand what happens to a process in Unix when it calls the pause() function.
Considering a simple state diagram with three states: ready, run and wait. If my programm only prints its ...
0
votes
0answers
48 views
C: parallel processes and pick the last but one
I have to write a program in C that uses processes, not threads (I'm writing in UNIX):
the father generate 7 children.
every child generate a random integer and begin an empty for statement from 0 to ...
3
votes
1answer
28 views
How to create a new process with command line arguments and give the PID to the parent process?
I'm trying to create a cross platform function for creating a new process using both Unix and Windows.
Using fork() & exec() in Unix is easy enough. Though I'm having trouble figuring it out in ...
-5
votes
0answers
41 views
Linux C pipes work only first time [closed]
I have a big problem with using pipes in Linux C. Here is the code of my program:
void die(char *err){
perror(err);
exit(4);
}
void sndsig(int sig){
if(sig==SIGINT){
sflag=0;
...
-1
votes
1answer
72 views
StartInfo.WindowStyle = ProcessWindowStyle.Hidden is still not working
ProcessStartInfo proc = new ProcessStartInfo();
proc.FileName = @"C:\\Windows\\System32\\RunDll32.exe";
proc.Arguments = "shell32.dll,Control_RunDLL inetcpl.cpl,Internet,4";//open Internet Properties ...
0
votes
0answers
36 views
How to stop ffmpeg that runs through java process
I am running ffmpeg in Java. Using p = Runtime.getRuntime().exec(command); It is used to stream video through a red5 server.
My problem is that ffmpeg requires "q" to be pressed in order to stop. ...
0
votes
2answers
42 views
Force process to run in swap completely
I didn't find the solution for that, so I'm not sure, is there any.
I have a VPS, with 512MB RAM, and with SSD disks.
My problem is: I want to run a java based server program, and I want it to take ...
0
votes
0answers
16 views
Kill/Debug own process from command line without root access
I run at tablet own application. Sometimes I want stop or enable debug process:
How I can this without root access from command line?
Now I can stop process, but only with root access:
adb shell ...
1
vote
1answer
26 views
Inter-process communication for python
I'm having a problem creating a inter-process communication for my python application. I have two python scripts at hand, let's say A and B. A is used to open a huge file, keep it in memory and do ...
1
vote
2answers
43 views
XNA close the game
So i'm building a game for fun :) and in specific point I try to close the game.
I found that to close the game I need to use the function Exit() in Game1 so I tried the next code:
...
0
votes
1answer
18 views
Can I delete [php] <defunct> processes
I made a PHP script which reads some data and starts a new process with pctnl_fork to do some work with the data. When the child processes are finished they stay in as process. ps aux shows me a list ...
0
votes
0answers
18 views
How to create a child process with parent process as init process using Process Builder in Java
Is there any way to create a process through Process Builder in java with parent id as 1 and unix user is any other unix user except root user. I am developing a application in java (will run as root ...
0
votes
1answer
24 views
how to handle winrar diagnostic messages from code
I am developing an windows application in that application i use winrar command line utility to make rar files.
Code
public static string RarFiles(string rarPackagePath,
Dictionary<int, ...
0
votes
1answer
21 views
What is bash analog of cmd START /D with nohup?
I want to start a process (from bash script) whose executable is inside current directory, in another directory $dir (nohup analog for windows cmd START /D). How to do such thing in bash?
-1
votes
0answers
28 views
Printing Works In VisualStudio But Fails in IIS Server?
I have created a Webservice using .Asmx and it will be hosted in a server and if user calls that particular service then i have to print that page ..
when i Run that through Visual ...
0
votes
0answers
22 views
C# - Overriding an outputdatareceived event handler
My question is extremely similar to C# - Overriding an Event Handler - Adding a parameter
I tried what Jon Skeet suggested but whenever my process raises the event, I get an exception that there is ...
1
vote
2answers
38 views
c# show hidden window of a proccess [duplicate]
There is an option in my application to hide the window - form.hide(), and to put an notifyicon in the system tray, and when you click the notifyicon there will be a form.show().
If someone will try ...
-1
votes
2answers
27 views
Slow down / speed up any arbitary process
Is it possible on windows, to slow down and/or speed up a process as and when i see the need arise (One way i can think of is to dynamically change how much processor time a process gets). Please ...
3
votes
2answers
53 views
How to redirect all output of a screen background process in Linux? [closed]
Trying to find out why a particular process we run with screen is not starting. For this reason, it would be very useful to be able to redirect the output of a screen to a file (like as if using the ...
0
votes
2answers
45 views
Open a webpage in new tab on IE, even if it's not the default browser
Background
We are developing an application where you can search some stuff on the internet or open a webpage and you can chose what browser to use as well.
So if I would like to open Google.com ...
0
votes
2answers
31 views
Stack address for Thread and the main process
I have a question related to the memory address of thread and process. The question is:-
In normal call like
int func(int a, int b){
int c;
c = a + b;
return c;
}
int main(){
...
0
votes
0answers
32 views
Calling external .exe in Windows 8
Is it possible that the following code is no longer working when the application is running on windows 8
Runtime.getRuntime().exec("path\\to\\dotexe");
On Windows 7 it used to do the job just fine, ...
0
votes
0answers
14 views
Let MVC Website start Process as Administrator
I have a MVC Site that should start a Process that does a Lync call under certain circumstances. Everything works fine if I start it manually and on my development machine with VS2012 it works too. ...
0
votes
0answers
6 views
how to find which process is opening a file using process explore
I am trying to find which process is opening a file
I tried to use
Find->Find Handle or DLL
and entered my file name and path but it is not showing anything
how can I find out which process is ...
1
vote
1answer
24 views
Set a python process name
My python script needs to be killed every hour and after I need to restarted it. I need this to do because it's possible sometimes (I create screenshots) a browser window is hanging because of a user ...
0
votes
0answers
8 views
how to monitor process level xfs disk activity
I'm currently seeing a lot of activity on a disk array and want to know which processes are responsible. I already know I can do this with collectl (I wrote it) and iotop, but those only monitor data ...
1
vote
1answer
25 views
Keep the child process if the parent process was killed
How do I keep my child process if my main or parent process was killed, killed in the task manager by "end process tree"?
Private Sub Sexecute(ByVal exe As String)
Dim getPath As String = ...
0
votes
1answer
55 views
C# Process vs VB6 Shell vs UAC
I'm rewriting a small VB6 application/tool whose job is to install the latest version of some legacy VB6 app. The legacy VB6 app is an ActiveX DLL that's built and packaged into an executable ...
0
votes
1answer
59 views
How does “Fast Reboot” app work? [closed]
I've come across this app: Fast Reboot
My app sometimes needs to kill another app - Gallery.
I've tried different methods for that, and none worked reliably. However, it seems that "fast reboot" ...
3
votes
3answers
66 views
Get results from bat file using java
Hello guys I'm trying to run .bat file and getting results
I can run it but I can't get results in java
"see the code":
String cmd = "cmd /c start C:\\workspace\\temp.bat";
Runtime r = ...
0
votes
1answer
15 views
How to get process information from windowHandle in Native with Java?
I have windowHandle of a window. I need to get other information about the process like CPU%, memory name etc.
How can I get it?
2
votes
1answer
37 views
Watch all system processes in Python
I am trying to collect some statistics (lifetime, start time/finish time, etc) about processes in my OS (Ubuntu) using Python,
One of the tasks: I wrote a function, which gets names and ids of ...
0
votes
3answers
46 views
How to get process information using pid with Java?
I have the process id of a process. Can I get other information about process like CPU%, memory, exe name, etc?
I have seen that there is no built-in function to get all this. How to do this with ...







