Threads vs Processes in Linux [closed]

Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 3 months ago. The community reviewed whether to reopen this question 3 months ago and left it closed: Original close reason(s) were … Read more

How to prevent a background process from being stopped after closing SSH client in Linux

I’m working on a Linux machine through SSH (Putty). I need to leave a process running during the night, so I thought I could do that by starting the process in background (with an ampersand at the end of the command) and redirecting stdout to a file. To my surprise, that doesn’t work. As soon … Read more

Visual Studio “Could not copy” …. during build

I keep getting this error during the build of my VS2012 C# project Error 41 Could not copy “obj\Debug\WeinGartner.WeinCad.exe” to “bin\Debug\WeinGartner.WeinCad.exe”. Exceeded retry count of 10. Failed. Error 42 Unable to copy file “obj\Debug\WeinGartner.WeinCad.exe” to “bin\Debug\WeinGartner.WeinCad.exe”. The process cannot access the file ‘bin\Debug\WeinGartner.WeinCad.exe’ because it is being used by another process. Now I’ve figured out … Read more