What does this comment in the javadoc mean: "If you need to stream multiple files concurrently without blocking then you should use shared resources"?
How can "shared resources" be used in the context of a dynamic file (i.e., bytestream)? ** Martin 2008/5/24 Igor Vaynberg <[EMAIL PROTECTED]>: > see DownloadLink for inspiration > > -igor > > > On Fri, May 23, 2008 at 11:36 PM, Martin Makundi > <[EMAIL PROTECTED]> wrote: >> Hi! >> >> I have bytes[] stored in the db LONGBLOB column. >> >> How do I make a clickable link for downloading the contents? >> >> ** >> Martin >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
