Search code examples
phploopsprocessabort

PHP stop ignore_user_abort process


I was testing something that ran an ignore_user_abort process. Now it's running forever and I don't know how to handle or close it. Is it possible to access them through the terminal? Also, I'm running Apache.


Solution

  • how is it possible ?

    exit;
    

    and is it possible to access them through terminal ?

    No. You could try to open a socket, or something like that, and then communicate with the process indirectly, but usually there is no real use-case for that.