long-running-processes
BackgroundWorker acting bizarrely
I\'m working on some code that calls a service. This service call could fail and if it does I want the system to try again until it works or too much time has passed.[详细]
2022-12-29 16:52 分类:问答Long-running stats process - thoughts on language choice?
I am on a LAMP stack for a website I am managing. There is a need to roll up usage statistics (a variety of things related to our desktop product).[详细]
2022-12-26 19:22 分类:问答wpf window refresh works at first, then stops
I\'ve got a routine that grabs a list of all images in a directory, then runs an MD5 digest on all of them. Since this takes a while to do, I pop up a window with a progress bar. The progress bar is u[详细]
2022-12-24 17:03 分类:问答Processing long-running operations from a windows service
Edit (again): Let me simplify my problem.I have a Windows Service that exposes some WCF endpoints with methods like:[详细]
2022-12-22 05:43 分类:问答A Way to Run a Long Process From ASP.NET page
What are your most successful ways of running a long process, like 2 hours, in asp.net and return information to the client on the progress.[详细]
2022-12-20 12:54 分类:问答Should I run everything in a background thread?
I am designing an application which has the potential to hang while waiting for data from servers (either Database or internet) the problem is that I don\'t know how best to cope with the multitude of[详细]
2022-12-20 01:21 分类:问答Global state of long-running process in django
I have the need to kick off a long-running process in response to a form submission in django.Then, I\'d like to be able to poll using ajax and have the view respond with the state of the process (sta[详细]
2022-12-18 07:33 分类:问答Winform updates on long running tasks
Do you have a good solution for keeping a \'Please wait\' wi开发者_StackOverflow社区nform \'painted\' while an application is performing a long running task ?[详细]
2022-12-16 17:50 分类:问答.NET Frustration - Process.GetProcessById Returns New Reference
I\'m writing a c# program that will launch many child processes.At some time later on, I\'ll need to retrieve those processes by ID and then match those processes to a set of processes stored in a Dic[详细]
2022-12-14 01:47 分类:问答Work managers threads constraint and page cannot be displayed
We have a memory intensive processing for certain functionality and we would like to limit the number of parallel requests to this processing. We are able to configure by using \"Work Managers\" in We[详细]
2022-12-10 01:48 分类:问答