From: GarthW <garth.waters_at_dstvo.com>
Date: Wed, 15 Dec 2010 04:50:05 -0800 (PST)
If the data in a socket read is too large for a single call to the execute
method in a Custom Protocol filter, how to I maintain state and reassemple
all the parts, of the multiple reads, once the socket is completely read.
How would I know which is the last read?