Ahoy,
Currently it is possible for a Lisp image to support multiple SLIME connections. Are we using this functionality, and if so how?
Originally it was used to support a connection-per-thread model, but that has been replaced and now all threads share a single multiplexed connection.
I was thinking of deleting the 'connection' record and moving its fields into global variables. Thoughts?
-Luke