Search Results

Search found 4 results on 1 pages for 'websiteguru'.

Page 1/1 | 1 

  • server performance: multiple external connections and performance

    - by websiteguru
    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.

    Read the article

  • array_multisort and dynamic variable options.

    - by websiteguru
    Im trying to sort any array with array_multisort and everything is working great. However, based on conditions in my script, I need to change the options. So What I have so far is this: array_multisort( $sort1,SORT_ASC, $sort2,SORT_ASC, $sort3,SORT_ASC, $arraytosort ); and what I would like to have is something like this: $dynamicSort = "$sort1,SORT_ASC,$sort2,SORT_ASC,$sort3,SORT_ASC,"; array_multisort( $dynamicSort, $arraytosort ); Any suggestions?

    Read the article

1