Async servlet and request recycle synchronization

2025-03-04 Thread François Rajotte
Hi, I'm looking for advice on how to properly synchronize asynchronous servlets that use the Java servlet 3.0 async APIs. Especially, I'm trying to avoid having the servlet experience IllegalStateExceptions when accessing HttpServletRequest and HttpServletResponse objects that tomcat has recycled

Re: Async servlet and request recycle synchronization

2025-03-04 Thread Christopher Schultz
François, On 3/4/25 10:32 AM, François Rajotte wrote: Hi, I'm looking for advice on how to properly synchronize asynchronous servlets that use the Java servlet 3.0 async APIs. Especially, I'm trying to avoid having the servlet experience IllegalStateExceptions when accessing HttpServletRequest