Top "Long-running-processes" questions

Long running processes prevent other processes from responding as quickly as intended.

Long running REST API with queues

We are implementing a REST API, which will kick off multiple long running backend tasks. I have been reading the …

rest asynchronous message-queue long-running-processes
MySQL - can I limit the maximum time allowed for a query to run?

I'm looking for a way to limit the max running time of a query on mysql server. I figured this …

mysql long-running-processes
shell script to spawn processes, terminate children on SIGTERM

I want to write a shell script that spawns several long-running processes in the background, then hangs around. Upon receiving …

bash scripting sh long-running-processes sigterm
What is correct way to combine long-running tasks with async / await pattern?

I have a "High-Precision" timer class that I need to be able to be start, stop & pause / resume. To …

c# xamarin.ios task-parallel-library async-await long-running-processes
Postgresql Check if query is still running

At my work, I needed to build a new join table in a postgresql database that involved doing a lot …

postgresql long-running-processes
SQL Server long running query taking hours but using low CPU

I'm running some stored procedures in SQL Server 2012 under Windows Server 2012 in a dedicated server with 32 GB of RAM and 8 …

sql-server sql-server-2012 database-performance long-running-processes server-configuration
Cancel a long running task over WCF from client

I have a WCF service set to PerCall I would like to know how I can send a Start call …

c# .net wcf nettcpbinding long-running-processes