Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I need to make about 20 connections as fasas posable, but curl is just slowing it down. It seems like I need to thread each connection(I don't think you can do that in PHP). There is about a 10 second loading time on each page, and they all seem add up, even though I use curl_multi_exec. Can anyone help me?

share|improve this question
1  
Also check speed connection to a sites. If slow speed it always be slow – Sergey Oct 20 '12 at 15:50
1  
If they add up, you're doing it wrong. curl_multi is complicated and poorly documented. Consider non-blocking sockets :) and implement a HTTP client from scratch. – Claudrian Oct 20 '12 at 15:55

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.