Archive for the 'Java' Category

Models of handling multiple concurrent connections

Saturday, February 26th, 2005

When I first learned networking in Java, it took me a while to wrap my head around the fact that there was no select(). All of my previous TCP programming experience was based on select-driven event loops in C, Python, or Perl. The select-loop seemed like a very natural way to handle […]