lisp-network-server - a simple framework for Lisp network applications
Description
lisp-network-server (also known as lns)
is a simple framework for writing Common Lisp
network applications. It
takes care of listening on the network, accepting the connection and
starting a new thread with handler functions of your network aware
application.
This software is licensed unter the
LGPL 2.1.
Download
History
-
version 0.7 - 2007-12-17
- more robust error handling, now catches broken network
streams and aborts correctly
- log files aren't opened and threads started at read time, but by an
explizit (lns:start-framework) call at runtime
- added (daemon) function (exported), updated and improved
documentation
-
version 0.5 - 2007-06-06
- switched asynchronous logging significantly speed up request
handling
-
version 0.4 - 2006-12-14
- bind to specific IP instead of 0.0.0.0
- fixups needed for lns.http
- documentation update
-
version 0.3 - 2006-05-09
- added ASDF system definition
- switched to using bivalent streams to enable mixed character and binary I/O
- added time server to examples (as binary example)
- speeded up initialization of fortune example
- version 0.2 - 2006-04-26, first public release
back to software index
Last modified 2008-03-27 by Alexander Schreiber