Designs for communication softwares  
Author Message
DorD





PostPosted: .NET Framework Networking and Communication, Designs for communication softwares Top

I'm about to implement some custom communication protocols for a
distributed system. Anyone got pointers to good designs, design patterns etc that I should not miss before embarking on this

Note that, It's important that these patterns will be reausable and abstract in that way i can use it for more applications.

Waiting for ideas....



.NET Development15  
 
 
Mike Flasko





PostPosted: .NET Framework Networking and Communication, Designs for communication softwares Top

I'm not clear what the question is. Are you asking for wire protocol designs (ie. header layout, etc) or for advice on software patterns when building a network communication layer in a multi-tier application