What's the (memory) footprint of a J2EE servlet?

Posted by Amr Mostafa on Stack Overflow See other posts from Stack Overflow or by Amr Mostafa
Published on 2010-05-17T16:27:23Z Indexed on 2010/05/17 16:30 UTC
Read the original article Hit count: 142

Filed under:
|
|
|

For Jetty, Tomcat, or any other servlet container of your choice, what's the average footprint (memory, and any other notable resources) of a basic servlet? This includes any other basic objects that you almost always need per servlet, such as a view resolver.

I'm not looking for a quantitative number in particular, but any indicative answer that could give an idea of how "heavy" or "lightweight" a servlet is.

Thanks in advance

© Stack Overflow or respective owner

Related posts about java

Related posts about j2ee