I have a page that doing something, it can take 1,2 hours or even more... After a while I get request timed out, I want that this specific page will NOT get request timed out - ever(or at least 24 hours).
How do I do it?
Thanks.
I have a page that doing something, it can take 1,2 hours or even more... After a while I get request timed out, I want that this specific page will NOT get request timed out - ever(or at least 24 hours).
How do I do it?
Thanks.
You can make a thread with a signal in it to know it its still running or not. I suggest to use a mutex signal because is the only one that can be the same across many pools and threads.
The thread code can be:
And you call it as