[twitter-dev] Re: collecting followers and friends

2011-03-05 Thread mabujo
Run this in the background - don't do it on page load if you can avoid it. Also, if you are using PHP to compare the lists don't use array_diff as this is very slow on large arrays. On Mar 5, 8:14 am, amit debnath wrote: > I have a site for twitter based tools. One of the options was to enable >

[twitter-dev] Re: collecting followers and friends

2011-03-10 Thread amit debnath
Actually, both the lists are stored in the database, and the displays are via SQL. Also, the display is not on the home page. I tried to run the accumulation process in the background. But neither shell_exec nor pcntl_fork was of any help. Tried this too http://www.shapeshifter.se/2008/08/04/a