Questions tagged [long-running-processes]

Long running processes prevent other processes from responding as quickly as intended. Typically a problem in UI programming, long running processes can prevent the UI from responding to user input.

289 questions
-2
votes
1 answer

long running task in ios7

I add long running task in Capabilities like 'background fetch' and add this code. Will it ok and I will have updates during all background app life? - (void)applicationDidEnterBackground:(UIApplication *)application { UIApplication *app =…
-3
votes
1 answer

Identity the run time of all the procedures to track the performance

I'm using a SQL Server database, we have 50-80 stored procedures which are being used by a .NET application. But the application is very slow and returning the results with huge delay now a days, so I would like to identify the slow running stored…
-4
votes
1 answer

Why this Fortran function takes forever between printing two Hello World's

The following Fortran function takes forever to print the Hello World 2 after printing Hello World 1. program Test_Long_Run implicit none ! Variables integer,allocatable,dimension(:) :: test integer :: i, j, k, l, m, int …
Safdar
  • 1
-4
votes
1 answer

PHP and background processes

I am developing a mass-mailing system. At a time we send 2-4K emails, the email contacts are imported using PHPexcel library at same quantity of emails. Last night when we are sending 2k emails we get the "500 internal server" error. I think I…
siddhesh
  • 598
  • 6
  • 19
1 2 3
19
20