I want to implement an ajax Client that does polling to the server. This leads to millions of small requests...
Do you have any rough estimates (based on your hardware and your experiences, I do currenlty not have any dedicated server hardware yet), how man requets a sever can handle for example Tomcat 7 with standard server hardware (8GB Ram, 4 Cores, 2,5GHZ each)? The internal Processing of one request is estemated to finish within 50 millisecons (only data is put into a Ram Cache, some counters are incrementd, light textprocessing and then data is read from memory again to return to the client. it will all fit in RAM).
I would be thankfull for any experiences you made how much requests you think or you were able to handle on your server in a comparable environment.
thanks!! jens