I should have also mentioned that there are security issues with
persisting to the hard drive.

I would recommend saving to the database and loading the images as
needed.  Do not save them to session.  I do not think you will have a
performance problem.

Rich

I have had problems when trying to show a bunch of thumbnails, because you
have a URL that points to an action in your jsp that causes a database hit
to pull the image.  If I'm trying to show 150 thumbnails, the page takes
forever to load due to the db connections.  Any solution to that?  I'm using
DBCP

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to