What would be the best way of handling a relatively large list of thumbnails being passed to the browser (20 - 50) at one time?
Loading the whole set via services node really seems to slow things down, aka:
http://services.nirvanix.com/app/folder/thumb1.jpg
http://services.nirvanix.com/app/folder/thumb2.jpg....up to
http://services.nirvanix.com/app/folder/thumb50.jpg
How bad would it be to have the whole set pulling from node1 and thus skipping the redirect? If I recall, it would auto-redirect if it happened to have moved to another node, correct?
I realize this is contrary to the whole point of how you folks are balancing and spreading the load, but the additional response/redirect times seems to be outweighing whatever increase in download speed there might be on such small files.
Thanks!