+1 for using Direct Dispatch by default.
-- Willem Jiang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://www.fusesource.com | http://www.redhat.com Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) (English) http://jnn.iteye.com (http://jnn.javaeye.com/) (Chinese) Twitter: willemjiang Weibo: 姜宁willem On Wednesday, July 31, 2013 at 12:07 AM, Sergey Beryozkin wrote: > Hi Dan, others > > Do you remember why LocalConduit uses a piped-style communication by > default ? The problem with that it causes calls with empty payloads hang > (plenty of cases with RS but also possible with SOAP GET for ex), unless > users go and enable a direct dispatch style. > > I'd rather go and enable the direct dispatch style by default, will make > things a bit simpler for users (no need to know about > LocalConduit.DIRECT_DISPATCH unless really needed, and if they will need > a piped style then they'd disable it by setting > LocalConduit.DIRECT_DISPATCH to false) > > Sergey
