Re: Fastest method to serve dynamic java content

2009-02-16 Thread keenny
Not in this case, but the requirements this poses on the back-end system is similar. As explained above, the latency will be high, but so must the throughput. awarnier wrote: > > keenny wrote: >> Hello all, >> >> I'm currently working on a system that must

Re: Fastest method to serve dynamic java content

2009-02-16 Thread keenny
awarnier wrote: > > keenny wrote: >> Hello all, >> >> I'm currently working on a system that must be able to serve thousands of >> requests per sec. The requests/responses contains only small amounts of >> data >> (ajax XMLHTTPRequests) and are

Fastest method to serve dynamic java content

2009-02-16 Thread keenny
Hello all, I'm currently working on a system that must be able to serve thousands of requests per sec. The requests/responses contains only small amounts of data (ajax XMLHTTPRequests) and are not long lived (connection keep). I'm using java to generate the responses. Static content are served se