Hi all, I read a lot of postings about asynchronous request processing on the server site including jira-1835, jetty continuations, mixservices and so on...
Still I am puzzeling about the following issue: if I look at the 2.2.1 cxf source code I determine that the ServiceInvokerInterceptor invokes the SEI synchronously and all succeeding interceptors are processed sequentially by PhaseInterceptorChain. Is it true that actually there is no way to suspend the current web service processing (e.g. because of waiting on much too slow database) and let the thread resume with another chain from any other concurrent request? Best regards Hannes -- View this message in context: http://www.nabble.com/True-asynchronous-Server-tp24000759p24000759.html Sent from the cxf-user mailing list archive at Nabble.com.
