I have an apache module written in C, and I would like to limit execution duration of this module to 15 minutes. Is it possible?
Asked
Active
Viewed 26 times
0
-
1Most browsers would have long since given up well before 15 minutes have elapsed – Chris Turner Sep 08 '17 at 13:54
-
I don't use a browser: I send a request to my server that does a processing and returns me an answer. – Jerome Demantke Sep 11 '17 at 13:55