A process is a binary program running continuously on a computer (until terminated) which is managed by the operating system.

learn more… | top users | synonyms (1)

0
votes
0answers
29 views

How to keep a completed process in memory?

I have a program that has a large startup delay. (it needs to load lots of data from hard drive). So, I call it from the command line and provide it the name of input file, it processes that and ...
0
votes
0answers
12 views

STATUS_SXS_ASSEMBLY_NOT_FOUND (0xc0150004) - Find out which DLL is unable to load?

I'm getting the 0xc0150004 error code back when a sub-process is spawned (here in a python application). I already found out that it means STATUS_SXS_ASSEMBLY_NOT_FOUND which basically means that ...
-1
votes
0answers
22 views

My MPC started on its own and the process mpch64.exe was running at 100%, why?

I was working and all of a sudden heard my computer fan spinning extremely fast as if I was playing a 3D intensive game. I checked my processes and quickly discovered the culprit - mpch64.exe. My CPU ...
0
votes
0answers
14 views

Determining Source of System Open Handles

Set up Sometimes when you try to determine what process has an open handle to an object (file, registry key, etc.), you will find that it is the System process: Problem The object handle is ...
1
vote
1answer
29 views

How can I reboot system using Upstart?

I'm using Upstart on Ubuntu 12.04 to control and monitor a service defined by me, where the service is a user process running as a daemon. I need to monitor it so, when it fails/crashes it respawns, ...
0
votes
2answers
27 views

Process explorer cycle and time not matching

I have a question about process explorer. I am checking the performances of two different processes: skype cycle : 4,600,000,000 ; skype total cpu time : 5:00.000 chrome cycle 200,000,000 ...
2
votes
2answers
27 views

Monitoring a process

I'm reading documentation on supervisor, and it quotes: It’s often difficult to get accurate up/down status on processes on UNIX. Pidfiles often lie. Supervisord starts processes as ...
-1
votes
0answers
40 views

How my processes are getting “killed”?

My Machine : Ununtu 12.04 Precise Remote Machine : Ununtu 12.04 Precise I have started some background processes on a remote machine. These processes got killed automatically after some time. I am ...
1
vote
0answers
29 views

Why does Google Chrome keep processes running when I don't allow background apps to run after I close?

Okay so here I close Chrome and it keeps a process running. I tell it to not let anything run after it's closed, but it still does. Also, a lot of the time, it messes with Microsoft Word 2010 and will ...
-1
votes
1answer
33 views

Is it possible to enable a process to remain active during Windows sleep mode?

While the majority of processes are sleeping, can a selection of them continue to operate normally?
1
vote
1answer
42 views

Is it possible to kill a loop in bash without killing the instance of bash running the loop?

Suppose I execute (in an interactive bash shell) a loop that spawns a bunch of processes in sequence, such as the following. for i in `seq 15 42`; do if [ -f F$i.flv.mp3 ]; then play F$i.flv.mp3; fi; ...
1
vote
1answer
84 views

Force IE to use one process per tab

I've noticed that IE occasionally groups several tabs into one process. Unfortunately, this ends up being self-destructive as eventually all the 10-12 tabs I usually have open end up on just one or ...
0
votes
0answers
28 views

How do I force a process to stay on even after logging out or move process out of user-space memory?

I am quite often uploading various big files to various websites with my web browser on a slow connection and not every website support resuming of the upload. Now my lsass.exe process consumes ...
0
votes
1answer
103 views

How to overcome Access Denied when killing process in Windows?

How to kill process which does not want to? I have Access Denied message when trying to kill the process. I know it can be due to device driver waiting and probably this is the reason. But my ...
0
votes
1answer
27 views

Linux command for creating/leaving/returning to shells

I was using a command a long time ago to manage my background processes and I can't remember wich one. I had to install it. I could create a shell and go into it Run a process Leave the shell with ...
1
vote
0answers
35 views

What is the “Ideal Processor” value?

What is the "Ideal Processor" value and why/how does it pick a certain processor to run on? I've recently seen an obvious increase in CPU usage on the furthest last core, core #7 (i7 930 ...
1
vote
1answer
32 views

Why are some processes in “trees”, but others aren't?

In a program that shows process tree layouts, like Process Explorer, I see that some programs are "floating", apparently not tied to any tree. How is this possible? Most of the processes are tree'd ...
0
votes
0answers
32 views

activity monitor - alert over an email when no activity detected (file changed or via http request)

Is there any reliable and configurable utility for linux severs that sends email notifications when no specified/configured/scripted activity is detected for a given period of time? I'm not looking ...
0
votes
0answers
29 views

Which processes were running yesterday?

We have a production machine that keeps crashing on regular basis. Our staging environments run fine, but when the application is deployed to production, the production machine crashes after two or ...
0
votes
1answer
47 views

The difference between task context and process context in Linux kernel

I was reading Linux kernel Document and found in some places, they use task context and process context. linux/Documentation$ grep -R "task context" . ./driver-model/driver.txt:147:The probe() entry ...
1
vote
1answer
165 views

Firefox spawns a DllHost.exe process when downloading ZIP files

I'm running Windows 7 Professional 32-bit. When downloading a ZIP file in Firefox, a DllHost.exe process appears. The command line is this: C:\Windows\system32\DllHost.exe ...
1
vote
1answer
42 views

Start program before log on

Can I run a program on start-up before anyone has logged in? So that, for example, q-torrent and some other programs start again after unexpected shutdown (like power failure or similar) and ...
4
votes
1answer
167 views

System (ACPI.sys) is always using about 15-20% of my CPU

I have a 13" Sony Vaio laptop (model SVS13A1C5E) and I upgraded it to Windows 8 with a fresh install, after upgrading I installed Win8 drivers listed here. Now I have a problem with the CPU usage (it ...
1
vote
1answer
64 views

Should I care about “system instability” notice? What does it mean?

When changing the priority of a process Windows 7 warns: Changing the priority of certain processes could cause system instability. Should I care? what does it even mean? what are the ...
5
votes
1answer
162 views

What killed my process?

Been having a problem with application that keeps getting killed. This is running a RHEL5 server. We ran strace against the process and at the end of the trace file I get a bunch of +++ killed by ...
20
votes
1answer
404 views

What processes, if any, exist between PIDs 0 and 4 on Windows 7?

Just out of curiosity what are the processes between 0 and 4, and also between 4 and 200 something.
0
votes
1answer
35 views

Create a logging program

I want to create a program that logs all the processes started by the user and confirms after they are started. I don't want to log all the syscalls and other daemon processes. I have initially ...
1
vote
1answer
33 views

Unable to run MSI from network path using Process.Start - Is this possible to run an msi from network share?

I would like to start an MSI which lives on network share, however the msiexec 'help' dialog shows instead (which indicates something is wrong with the process start info): string testPath1 = ...
-1
votes
2answers
66 views

How does ssh work on a processor? [closed]

If I am having many ssh instances running at once on a server to many client computers, then how are processor time and cores set up? For example, I have a 2 Core box with lubuntu running on it. How ...
9
votes
2answers
563 views

How to stop and detect the fork bomb

#include <stdlib.h> #include <unistd.h> int main() { while(1) fork(); } This is the code for a fork bomb. In our college, we connect via telnet i.e client serving protocol. ...
0
votes
1answer
35 views

Call a command line program in Terminal.app without leashing to the terminal? [duplicate]

Running a program with & appended is a handy way to run it as a background process, but the program is still leashed to the terminal; if you quit Terminal.app, the program ends. How can you start ...
0
votes
0answers
33 views

How to move a process from one vnc window to another?

I have 2 wireshark instances open on a single vnc session. I want to move one of them to another vnc session. How can this be done?
2
votes
3answers
178 views

What does kill 0 do actually?

In the man page, it says: 0 All processes in the current process group are signaled And I tried like this: $ man kill & [1] 15247 $ [1]+ Stopped man kill $ kill ...
1
vote
1answer
212 views

How can I kill a parent process only?

I have the following processes. ParentProcess -- ChildProcess -- ChildProcess -- ChildProcess How can I kill the parent process only? I want the children processes not to be killed. If I try to ...
2
votes
1answer
83 views

taskkill windows command getting hung

I have a few batch files in which I directly call taskkill command to kill running processes (because they interfere with these nightly build scripts). But recently, it seems after some Windows ...
1
vote
2answers
77 views

Where are changes made by the PWRCFG.EXE command line utility stored?

Specifically in regards to the below part of another answer, is there somewhere I can manually set/edit what this utility is doing? Powercfg Command-Line Options In the command line you can type ...
2
votes
0answers
20 views

Let any exe prevent system sleep/hibernation in windows [duplicate]

Is there a way to have Windows system standby prevented in the event that a particular executable is still running? I know playing videos does this semi-automatically but I'd like to apply this ...
0
votes
2answers
272 views

How to remove unwanted background processes?

Since I installed iTunes to manage an iPhone 3GS and the software manager for a Motorola Droid smartphone, I have the below processes run all the time: How can I remove the processes so they do not ...
1
vote
2answers
104 views

kill - no process found

when I list my processes I have: root@adam-ThinkPad-T410:~# ps -e | grep signals 11641 pts/0 00:00:00 signals 11642 pts/0 00:00:00 signals 11643 pts/0 00:00:00 signals but when I ...
2
votes
0answers
133 views

“appleeventsd” slows down Word + EndNote

I'm writing my doctoral thesis on a Macbook pro using MS Word 2011 and Endnote X6 (Mac Word and Endnote on the newest version). Word responses really slowly to any input like typing or scrolling, with ...
2
votes
1answer
46 views

Stop wget but allow convert-links

I'm running a wget command with a rather deep recursion depth. The deep recursion depth is needed to get the files I want, but I don't want to wait for the operation to complete. I see that I can ...
50
votes
5answers
2k views

Associate a tab in Google Chrome with its process in task manager

How do I identify which process belongs to which tab in Google Chrome? Normally, I have a (ridiculously) large number of tabs open. If I need to free memory on my box, I would like to choose based ...
-1
votes
5answers
113 views

The process “ati2evxx.exe” clogs half my RAM, how can I disable it?

I have a Windows XP 32-bit OS on my computer, which has been acting strange lately: the system REFUSES to shut down, standby or even hibernate. Sometimes, the system even randomly reboots with a split ...
2
votes
1answer
2k views

Windows 8 process System takes 100% disk usage and extremly slows pc

I have Windows 8 and recently I have problem with process System. Sometimes this process takes disk usage to 100% for a several minutes and working speed is betwenn 0,1MB/s and 0,4MB/s. I can't work ...
0
votes
2answers
64 views

bzip2 randomly launches on OS X 10.6.8

Is there an application for OS X that will let me view what parent process is launching bzip2? It randomly opens up and eats a massive amount of CPU so it sorta lags the computer. I'm not sure what's ...
1
vote
1answer
263 views

System processes slowing down my Windows?

About 3-4 months ago my Windows 7 started to work slower. I found that it happened when DllHost.exe and WmiPrvSe.exe were running, but I'm not sure if these are causing the problem, though. And ...
0
votes
0answers
46 views

get bandwidth usage of a processes

I am looking for a way to get the bandwidth usage of a processes. I know there are programs like nethog that are out there but I want to get this data into my own program. So looking to see if it can ...
1
vote
1answer
148 views

Running – or only starting – a daemon using launchd

I'm trying to set up YouTrack on OS X Lion Server and have it launch at boot using launchd. I have downloaded the YouTrack jar file which I can successfully run from the command line using java ...
0
votes
2answers
40 views

Check when a process was launched on OS X

Activity Monitor lists how much CPU time a process has used over its lifetime, but is there a way to find out the date and time a process was started? I'm curious because my Firefox hasn't updated ...
0
votes
2answers
71 views

Find pid of a certain ssh instance

There can be more than one instance of ssh running: $ ps aux | grep ssh cpn 6098 0.0 0.0 58196 2032 ? S 10:08 0:01 ssh cz -nNCTR 5433:localhost4:5432 root 6313 0.0 0.0 ...

1 2 3 4 5 11