ContentsSystem AdministrationPerformance Considerations
Previous: Restricting Commands | Next: Contents

Performance Considerations

Although there are many factors that affect performance, the quality of the JVM is primary.  Depending on the peak number of sessions and how big they are, the JVM maximum heap size may need to be adjusted.

Since WELD is really just a servlet, there may be performance tuning steps or load-balancing  measures that can be taken to make servlets run better.  This would vary with the servlet container vendor.

Another factor to be considered is the traffic on the web server.  It may be advisable to move the servlet container to a different machine to reduce CPU, memory, and IO loading.


ContentsSystem AdministrationPerformance Considerations
Previous: Restricting Commands | Next: Contents

Modified: Wed Apr 19 16:34:46 EDT 2000