Hi Jay! Sounds to me that the memory explosion could have something to do with the scaling of the images... I will try to get rid of that function now and just use prescaled thumbnails and see if that helps or if I still have a big memory hit.
thanks! Den måndagen den 13:e maj 2013 kl. 07:38:25 UTC+2 skrev Jay Goodman: > I ran into the same memory explosion before when I got lazy and just scaled > images down in memory rather than saving off actual thumbnails to disk. > > I setup an http server to host images on and used a QThreadPool as a > downloader. It worked quite well, but I had call on two 3rd party libraries: > httplib2 and poster. -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
