I am trying to serve PDF (useing tomcat server + Servlet normal streaming). The steaming is stable there is no bug and it handling parallel serving. But not as fast as Google DOC PDF Streaming.
My Question is how did they do that fast ?
What server they use (Apache + PHP)? or Python?
Please suggest which technology i can use to speed up the server that is as good as google.
(i know one main factor is good hardware configuration plus connectivity. my question is apart from that)