file_get_contents VS CURL, what has better performance?
        Posted  
        
            by ahmed
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ahmed
        
        
        
        Published on 2009-02-17T04:20:55Z
        Indexed on 
            2010/05/20
            17:00 UTC
        
        
        Read the original article
        Hit count: 305
        
I am using PHP to build a web crawler, to crawl millions of URLs, what is better for me in terms of performance?file_get_contents or CURL?
Thanks
© Stack Overflow or respective owner