Just checking to see if I'm doing this right:

When users click on a "download" link on my Wicket application, I want to be
zip all the files in a directory on the fly and return the user one big
*.zip file.  

This is working as expected, but since the number of and size of files can
be quite big, this can take a while to process.  Is "DownloadLink" the right
wicket component to implement this?  Does it make sense to run this in a
separate thread?  

Any help is appreciated!





--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/DownloadLink-in-a-separate-thread-tp4667743.html
Sent from the Users forum mailing list archive at Nabble.com.

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

Reply via email to