cbaxter / InfinityMQ

A .NET Message Transport on Steroids
GNU Lesser General Public License v3.0
5 stars 1 forks source link

Create 'In Process' versions of MessageReader/MessageWriter. #15

Open cbaxter opened 12 years ago

cbaxter commented 12 years ago

MessageReader & MessageWriter are currently dependant on FrameReader & FrameWriter. For in process communication, serialization is not required and as such, in process versions of each class will be required.

jgoz commented 12 years ago

I'd also like to investigate using Disruptor for inproc communication, but that'll be a separate task once we get there.