Tag Archives: ramblings

Rewrite temptation

Well, not exactly a rewrite, merely a major internal refactor.
The thought of cleaning up the socket and reactor internals really nags me. I would move the platform dependant code from the sockets module in the reactors – so, say, the reactors would have the platform specific code for recv, send, connect, accept instead of each [...]