PHP - Looking for a faster way to connect (join function)
I've just completed a site EssayDig.com which goes to other sites and brings back the number of search results each site has. It seems to lag horribly while it is compiling the results.
I'm using php's join function to connect to and get back the information from each site. Is there a faster way?
CPRhosting.com - CPR Hosting...Giving life to the web
Custom-made Hosting Plans starting at $2
Mark Hensler posted this at 17:49 — 30th December 2003.
He has: 4,048 posts
Joined: Aug 2000
There's nothing you can do to speed up the process of acquiring the information. The lag is from connecting to the remote servers, not in formatting the information.
The only thing I could suggest is perhaps caching the information.
Mark Hensler
If there is no answer on Google, then there is no question.
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.