long-running-processes
Qt QApplication::processEvents() in custom event handler
Is it possible to call QApplication::processEvents() inside the event han开发者_运维问答dler, where there is a long process. My program terminates with Segfault. My code is something like this:[详细]
2023-02-02 06:12 分类:问答Best practice for processing a lot of data while the user waits (in Rails)?
I have a bookmarklet that, when used, submits all of the URLs on the current browser page to a Rails 3 app for processing. Behind the scenes I\'m using Typhoeus开发者_如何学JAVA to check that each URL[详细]
2023-01-24 10:45 分类:问答Considerations for ASP.NET application with long running synchronous requests
Under windows server 2008 64bit, IIS 7.0 and .NET 4.0 if an ASP.NET application (using ASP.NET thread pool, synchronous request processing) is long running (> 30 minutes). Web application has no page[详细]
2023-01-22 02:54 分类:问答Django, Python calling Python code without waiting for response?
I am using Django and am making some long running processes that I am just interacting with through my web user interface. Such as, they would be running all the time,checking a database value every f[详细]
2023-01-17 15:20 分类:问答How can I execute a long running process in VBA without making pc crawl?
I have a VBA application that creates an instance of a COM object and then continuously polls the objects DataReady property to see if there is new data. When new data is available it sticks the data[详细]
2023-01-10 23:46 分类:问答Long process blocks waiting icon render in ExtJS
The feature I\'m implementing is not a really required, so I won\'t include an extra library of threads just for that. But if someone knows a workaround I will appreciate it.[详细]
2023-01-09 09:56 分类:问答Programming a long-running time-based process
I was wondering what the best way to write an application would be. Basically, I have a sports simulation project that is multi-threaded and can execute different game simulations concurrently.[详细]
2023-01-08 15:07 分类:问答Long Running Powershell Script Freezes
We are using a long running PowerShell script to perform开发者_如何学C a lot of small operations that can take an extremely long amount of time. After about 30 minutes the scripts froze. We were able[详细]
2023-01-06 06:43 分类:问答Asp.net long running process using asynch page
I have a report that takes about 2 or 3 minutes to pull all the data So I am trying to use ASP.net Asynch pages to prevent a timeout. But can\'t get it to work[详细]
2023-01-04 22:55 分类:问答Python - Launch a Long Running Process from a Web App
I have a python web application that needs to launch a long run开发者_JAVA百科ning process.The catch is I don\'t want it to wait around for the process to finish.Just launch and finish.[详细]
2023-01-02 09:48 分类:问答