On Sunday 20 February 2011 2:37:29 AM alvincys wrote: > HttpServletRequestSnapshot constructor will invoke > HttpServletRequest.getRemoteHost(), which is inefficient.
I just fixed this. We DO need to call that in some cases (like one-ways that are flipping threads), but in most cases we don't. It should be fixes now. -- Daniel Kulp [email protected] http://dankulp.com/blog Talend - http://www.talend.com
