Asynchronous PHP calls?
        Posted  
        
            by UltimateBrent
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by UltimateBrent
        
        
        
        Published on 2008-09-23T23:00:53Z
        Indexed on 
            2010/03/13
            7:25 UTC
        
        
        Read the original article
        Hit count: 226
        
Is there a way to PHP make asynchronous http calls? I don't care about the response, I just want to do something like file_get_contents(), but not wait on the request to finish before executing the rest of my code. This would be super useful for setting off "events" of a sort in my application, or triggering long processes.
Any ideas?
© Stack Overflow or respective owner