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
- Can LocalConduit use Direct Dispatch by default ? Sergey Beryozkin
-