in reply to Re: RPC-like behavior in a UDP server
in thread RPC-like behavior in a UDP server

This is a nice solution, a good balance between dynamicness and simplicity. Sure I'd have to restart the server to pick up new commands, but this isn't a mission-critical project either, and downtimes are to be expected. I like it!

Consider your code snippet borrowed!
  • Comment on Re^2: RPC-like behavior in a UDP server