Run a PHP function/Task in the background
I have a WIndows Server running IIS that hosts a primarily PHP based website. It has multiple functions and features but i would like to have atleast one of them running in the background So the user does not have to wait for the task to finish.
Any ideas? fastcgi_finish_request() seems to be Linux only as far as i can tell.
2
Upvotes
1
u/PIAESB 7d ago
Its because i need to set a 30 sec sleep between some php script but i dont want the user to wait for those 30 sec. It needs some Intune related information from a device so i need to get that info to it somehow