Hi all, Previously I asked this question: http://stackoverflow.com/questions/2941657/read-quicktime-movie-from-servlet-in-a-webpage Basically I used a servlet to stream a movie file to a quicktime plugin on browser (In order to play file outside the root). At the end Ryan Fernandes asked me the question regarding concurrency issue. I have not really got the issue here.
WHat's the major difference between using a servlet to stream the file and the convetional method Anyway, the server still have to stream the file to the client? If not, how actually the server streams file to the plugin in the later case?
Ryan also asked about performance with the use of servlet. Cause it uses up lots of memory? When we use backing bean or jsf, jsp (based on servlet), if many users access at the same time, the number of instances created is huge. It also needs lots of memory, how do we address it?
Please help me to address these questions. And if you have any good article regarding those issues: concurrency, multithread, performance can share with me, I am a novice. Thank you very much. Regards K.