2008/10/9 Ronald Pieterse <[EMAIL PROTECTED]>: > > In my service doing some time consuming stuff (reading email and handling > them) thus the connection is timing-out before I can start sending the > response. What way would I need to walk to keep the connection open? Is > there any way CXF can help in this?
You could try doing it asynchronously with a submit/monitor/retrieve model: http://www.jroller.com/gmazza/date/20080308 However this is a fair amount of extra coding. If you do figure out a way of handling lengthy requests synchronously, let us know, as I am starting to approach response sizes where this will be an issue... Andrew.
