All,
I've been working on the Lisp server a lot lately. Now, by default,
it will run the application that you specify on port 12345 and will
also run a server monitor application on port 19879. So the regular
clients can connect, but you can also monitor the activity by
connecting a client to the other port.
All it shows right now is what client ip addresses are connected to
what file descriptor, but I'm going to add buttons so you can kick
clients off, get info on how long they've been connected, set variable
for the server like maximum number of clients, etc.
It's like if Apache had a web interface where you could read the logs
in real time and change the server configuration as it runs.
-Ian
|