long-running-processes
GCD and UIBackgroundTaskIdentifier
I have a dispatch queue that has some work in it. I want the queue to keep running till either time runs out or the queue gets drained, when the application goes into the background. How would I set u[详细]
2023-04-05 01:12 分类:问答Long running process in separate thread updating UI
I noticed a similar problem for dot NET, but my problem is for Android, so perhaps solution looks different.[详细]
2023-03-21 07:30 分类:问答Can I use async controllers in the following scenario?
I have an application in Asp.net MVC where at some point I would like to display a modal dialog to the user that would display process execution progress indicator.[详细]
2023-03-17 05:14 分类:问答Showing loading image/progress bar for long running processes in ASP.Net Ajax
How can I show loading image for the user while executing开发者_运维技巧 long running process in an ASP.Net Ajax application? Is there a way other than using Page Methods? Any ideas?on client side you[详细]
2023-02-18 07:47 分类:问答Is it bad to run a long-running process on a server in a Gnu Screen session?
I have a long running process that currently logs output to stderr, and I\'m just starting it up and leaving it running on the server within a gnu screen session on the server, which I just detach whe[详细]
2023-02-18 05:49 分类:问答Jquery AJAX Simultaneous and Long-Running Requests
I am using jQuery to loop through a large table (1,000 rows) and for each row I make an AJAX call to process some information and update a database.It takes roughly 30 minutes to complete this entire[详细]
2023-02-17 21:06 分类:问答Service that survives Task Killers like Pandora / How do Services actually work?
First off, this is not aimed at perpetuating bloatware and other bad practices.I know many will say \"don\'t do that\" but I promise to respect users.[详细]
2023-02-08 11:19 分类:问答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 could be done through the my.cnf configuration file, but couldn\'t find anything relevant[详细]
2023-02-06 10:35 分类:问答.Net long-running scheduled code execution
I am working on a couple of projects now where I really wish there was some sort of component that I could specify a time and date, and then execute some sort of method.[详细]
2023-02-04 01:21 分类:问答Controller actions appear to be synchronous though on different requests?
I am under the impression that the below code should work asynchronously. However, when I am looking at firebug, I see the requests fired asynchronously, but the results coming back synchronously:[详细]
2023-02-03 20:50 分类:问答