Reliable data serving

Posted by Madhu on Stack Overflow See other posts from Stack Overflow or by Madhu
Published on 2009-10-01T09:13:12Z Indexed on 2010/04/17 8:03 UTC
Read the original article Hit count: 208

Filed under:
|
|

How can i make sure my file serving is reliable and scalable? How many parallel request it can handle?

I am thinking beyond the hardware capability and band width.

i am following http://stackoverflow.com/questions/55709/streaming-large-files-in-a-java-servlet

© Stack Overflow or respective owner

Related posts about java

Related posts about servlets