I have a java web application that at some point will render pages with a lot of pictures. Those pictures are of inserted in jsp as html img tags. User can see those in the browser.
The quantity of pictures is growing and I am thinking to move them in gridfs.
My question: is any way to select the file and present-it to client in web page without writing it on hard-drive?
I have to mention that are a lot of concurrent http request for various pages which contains img links.