Fair enough.   I am just new to the interface, wondering if I should
try matching responses by pulling apart via Get, or the bit syntax
package.
 
 
I'm assming you have some 'data Foo = ...'? If this is the case, you're probably okay writing an instance of Binary for Foo and using encode/decode. That's all I've had to do and had superb performance.
 
/jve