process-management Questions
9
Solved
I'm using pm2 as the process manager of Node.js.
In many cases, I think I will run it as a daemon process, but if you use it locally as debugging, I think that there are times when you use the --n...
Cislunar asked 20/7, 2017 at 2:39
4
Solved
Previously I have had success implementing PM2, but not currently.
My node app does run just fine if I start it manually, but nothing I do gets it to run via PM2, even though PM2 appears to be st...
Milissamilissent asked 9/1, 2019 at 17:31
7
Solved
Is there a way to get this information from the /proc directory? I want to be able to get how long each process has been running on seconds.
EDIT: I needed to do this from C++. Sorry for the confu...
Bindman asked 28/6, 2011 at 23:56
9
Solved
I want to kill the particular Java process in Windows, like in Linux (ps -aux to get processid and then kill processid to kill the process).
Bootjack asked 23/10, 2012 at 7:59
1
We currently use pm2 to keep our nodejs process alive, we don't use the cluster mode (and the related load balance feature).
Our php team uses supervisord to manage their php process alive, as lara...
Gelignite asked 13/7, 2021 at 5:13
5
Solved
How to kill an internal process in Emacs? For example I run M-x shell.
I can check running processes with M-x list-processes but how can I kill a process from this list?
Burgrave asked 16/5, 2012 at 21:53
16
Solved
I suspect that one of my applications eats more CPU cycles than I want it to. The problem is - it happens in bursts, and just looking at the task manager doesn't help me as it shows immediate usage...
Bookmaker asked 16/9, 2008 at 4:13
3
Solved
I launch a child process in Java as follows:
final String[] cmd = {"<childProcessName>"};
Process process = Runtime.getRuntime().exec(cmd);
It now runs in the background. All good and fine...
Vest asked 4/11, 2008 at 7:7
6
I am looking for different ways to pause and resume programmatically a particular process via its process ID under Windows XP.
Process suspend/resume tool does it with SuspendThread / ResumeThread...
Retentivity asked 19/9, 2008 at 8:26
7
Solved
I've used pm2 for my Node.js script and I love it.
Now I have a python script which collect streaming data on EC2. Sometimes the script bombs out and I would like a process manager to restart itsel...
Callisto asked 20/8, 2015 at 20:31
1
I'm using pm2 (version 3.4.1) to manage the Laravel Echo websocket server. It runs perfect, but I'm trying to get it to auto-start after a machine reboot (which runs Ubuntu 16.04). To do this I fol...
Knurled asked 14/5, 2019 at 13:2
2
Using for_each_process() in my program prevents me from compiling, compiler says semicolon expected?
I'm trying to write a very simple piece of code for a class, but I'm just stumped as to why I can't compile it. Sorry if this is a duplicate or silly question, but I couldn't find any others that a...
Klink asked 24/8, 2015 at 19:2
8
Solved
I want to know how i can check a program in a specific location if it is running. For example there are two locations for test.exe in c:\loc1\test.exe and c:\loc2\test.exe. I only wanted to know if...
Mccomb asked 16/11, 2009 at 15:11
4
Solved
The Linux kernel stores the lists of processes in a circular doubly linked lists, called the task list. What is the reason behind it? Why was circular doubly linked lists used? What is the advantag...
Suggestibility asked 6/9, 2017 at 15:59
2
Solved
I'm using Visual Studio Code. I'm facing a performance issue on my machine. I went to task manager and saw that there are several instances of Code.exe in the process tab even though there is only ...
Cyrie asked 26/11, 2016 at 7:49
4
I've started using docker about a month ago now and cannot find a satisfying solution to the following situation.
I want to deploy a NodeJS application and since using ENTRYPOINT is a best practic...
Starlike asked 5/8, 2016 at 10:48
3
Solved
Looked at android documentation and it appears that we don't have the ability to know when an app shuts down. Whether it was explicitly by the user or automatically by the operating system.
Below ...
Rowell asked 29/9, 2011 at 17:47
3
Is there a way to get a process's child process status based on its PID in Ruby?
For example, in Python you can do psutil.Process(pid).status
Sanderling asked 14/5, 2012 at 19:38
22
Solved
Ten years ago when I first encountered the CMM for software I was, I suppose like many, struck by how accurately it seemed to describe the chaotic "level one" state of software development in many ...
Knavish asked 15/9, 2008 at 18:12
1
Solved
I am in reference to the Twelve-Factor app "manifesto" which can be found here: http://12factor.net
In the eighth factor, the author writes:
Twelve-factor app processes should never daemonize o...
Velarde asked 4/2, 2015 at 20:24
2
Solved
I've created TFS project based on MSF for CMMI process template.
For any type of work item I can only select priority between 1 and 3 which is not enough precise for our process.
How can I widen...
Forgot asked 3/7, 2009 at 17:59
3
Solved
I have a few processes I need to run in deamon mode, I just discovered upstart so I am starting to use it.
Are there any python libraries or applications that I could use to monitor and co...
Mikamikado asked 28/12, 2010 at 13:42
14
Solved
So I'm in the process of getting GIT sold at work. First thing I need is to convince everyone that GIT is better at what they're already used to doing. We currently use Perforce. Anybody e...
Baelbeer asked 21/10, 2008 at 17:49
8
Solved
What is the difference between project management and process management?
Potty asked 3/3, 2009 at 1:11
4
Solved
We are currently interested in implementing CMMI level 2 for our development processes. I've read some documents about CMMI and also Scrum. Personally I'm interested in Scrum as our native de...
Parallelize asked 9/7, 2010 at 13:44
1 Next >
© 2022 - 2025 — McMap. All rights reserved.