server performance: multiple external connections and performance

Posted by websiteguru on Stack Overflow See other posts from Stack Overflow or by websiteguru
Published on 2010-03-19T08:06:25Z Indexed on 2010/03/19 8:11 UTC
Read the original article Hit count: 226

I am creating a php script that requires the server to make several cURL requests per run. I'll be running this script through cron every 3 minutes. Im looking to maximize the amount of cURL requests I can make in a 24 hr period.

What I am wondering is if it would be better from a performance standpoint to get a dedicated server, or several small shared hosting accounts. With the problem being number of external connections and not system resources I'm wondering which is the best approach.

© Stack Overflow or respective owner

Related posts about mysql

Related posts about shared-hosting