Re: Off-loading heavy process

2020-12-14 Thread Rob Sargent
oh,oh.  If you're confused, then likely I am and don't know it.  When I finally realize the point of confusion, I'll come crawling back.  (Would love to un-confuse you, but I think I've proven inadequate there.) Cheers, and thanks for all your time and help. rjs On 12/14/20 3:31 PM, Christoph

Re: Off-loading heavy process

2020-12-14 Thread Christopher Schultz
Rob, Apologies for the top-post, but at this point I think (a) you are satisfied you are on the right track and (b) I have become more confused. Given that (a) is much more important than (b), we can just leave it at that. :) Feel free to come back for further clarifications of suggestions

ANN: Bill Stewart's Apache Tomcat Setup for Windows [9.0.41]

2020-12-14 Thread Bill Stewart
Documentation and installer source: https://github.com/Bill-Stewart/ApacheTomcatSetup Download installer: https://github.com/Bill-Stewart/ApacheTomcatSetup/releases - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

Re: Off-loading heavy process

2020-12-14 Thread Rob Sargent
>>> Calling save() from the servlet would tie-up the request-processing thread >>> until the save completes. That's where you get your 18-hour response times, >>> which is not very HTTP-friendly. >> Certainly don't want to pay for 18 EC2 hours of idle. > > So your clients spin-up an EC2 insta

Re: Off-loading heavy process

2020-12-14 Thread Christopher Schultz
Rob, On 12/11/20 18:52, Rob Sargent wrote: Chris, This is _so_ helpful. On 12/11/20 3:00 PM, Christopher Schultz wrote: Rob, On 12/11/20 15:00, Rob Sargent wrote: > [huge snip] Your “Job” example seems along the lines of get-it-off-the-servlet, which again points back to my current queue h

Re: Failing If-None-Match header in DefaultServlet Tomcat 9.0.41 [SOLVED]

2020-12-14 Thread Oliver Erdmann
Hi!   Sorry for bothering, the failure is not inside Tomcat, but in my webapp.   I overlooked a filter, which happens to be my XSS filter, which removes quotes (besides <, >, etc.) from request parameters and header values.   Stay healthy, Oliver     --