- Impact
- 19
hey
I am making a script for my website which will let people add their website to over 100 toplists with a click of a button, and have one concern:
This would slow my website down, use up alot of cpu power..
so I want to know whats the best way of running large queries? adding delay etc..
how is it done in php?
I will be using the CURL function to send data to topsites and want 1 submission, 2-3 seconds rest...2nd submission ...etc
so the submission page will look like :
and so on
or is their anyother way of doing this?
thanks
I am making a script for my website which will let people add their website to over 100 toplists with a click of a button, and have one concern:
This would slow my website down, use up alot of cpu power..
so I want to know whats the best way of running large queries? adding delay etc..
how is it done in php?
I will be using the CURL function to send data to topsites and want 1 submission, 2-3 seconds rest...2nd submission ...etc
so the submission page will look like :
Code:
Submitting to XYZ.....[delay]....Added/Failed
Submitting to ABC.....[delay]...Added/Failed
or is their anyother way of doing this?
thanks




