Categories
Efficient Networking

Efficient Networking – 2

In my last post I developed the header for my networking framework. At this point I believe that I can create a working protocol that uses this header, but that would be a misguided undertaking without thinking about how to do it efficiently. Developing My Framework One Connection, Many Modules? One thing that I have […]

 542 

Categories
Efficient Networking

Efficient Networking – 1

I often find that networking is a very useful tool when working on my projects, and almost as often I find that networking becomes a core aspect of the design of a project — what functionality belongs to a server versus a client; what happens in the absence of a server or network connection; can […]

 502