Php Code Optimization

Php Code Optimization
I have a script, fairly easy one of just one .php file, which contains a form that a surfer fills in and then the script posts the information to a set of different domains specified in a urls.txt file. I need to optimize this code for speed. I got this comment on the script and now want to implement this “threading”-thing.

—-
well, that one [my script] will send all requests one by one. It’s better to thread all things, so everything is done simultaneously,
meaning it’ll be like 5x faster
—-

Make your bids!

Leave a Reply

Your email address will not be published. Required fields are marked *