Hi, is using CayenneFilter in web.xml suitable for very high volume sites (50 users/second)? I am talking the entry page of the site. We are using the filter now, but for a less busy part of the site. What tests do you recommend to do to decide? What should I be careful for?
Any advice/hint appreciated. Regards, Borut P.S. I am seeing a deprecated code to be used in doFilter() method of the WebApplicationContextFilter class.
