Joey Marino wrote: > I found out it is not the 3rd party code. I am downloading images (~320,000 > ct.) as strings, and saving each to a file. Why? If the images come from the Internet and go to disk, why do you need to read them into Ruby working storage? Can't you just shell out to "wget" or "curl"?