I have a situation that seems to fit the Async Servlet 3.0 / Comet situation but all I need to do is return a 200 response code (or other) after accepting the incoming parameter
You can continue processing in a separate Thread.
The response is commited once you return from doPost() method.
doPost()