google-code-export / django-syncr

Automatically exported from code.google.com/p/django-syncr
0 stars 0 forks source link

Sync with flickr is sloooow #54

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

f.syncAllPhotoSets(username)

What is the expected output? What do you see instead?

The output is correct. It just takes about 10minutes to complete even
though it's "only" 200 pictures in 5-6 sets. Since it's only metadata being
recieved I can't imagine this is right.

Anyone else with this problem?

Original issue reported on code.google.com by joshuaka...@gmail.com on 21 Apr 2009 at 8:53

GoogleCodeExporter commented 9 years ago
yes... I have discovered this as well... I am going to see if I can get 
flickrsyncr
to batch the api calls, and barring that, add code to use threading

Original comment by Jim.mixt...@gmail.com on 8 Jun 2009 at 2:50

GoogleCodeExporter commented 9 years ago
Any luck with this? I'm not surprised it takes that long for 200 pictures... 
though I'm not exactly sure of the 
cause. We do make separate calls to each PhotoSet, so if there are many photo 
sets, the multiple hits to the 
wire/server will cause slow down.

Original comment by jesse.l...@gmail.com on 7 Jul 2009 at 9:11

GoogleCodeExporter commented 9 years ago
I would love to see this fixed.  I am currently only updating a single set with 
less than 50 pictures in it and it takes 3-4 minutes.  Kind of a drag!

Original comment by cpr...@gmail.com on 10 Jan 2011 at 9:59