Name: Anonymous 2012-07-06 19:07
I recently wrote a simple auth server in Common Lisp which basically uses `select' then parses all incoming connections.
It's single threaded, how well will it hold up against say 1000 people, etc?
It's single threaded, how well will it hold up against say 1000 people, etc?