Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
svnserve allows access to Subversion repositories using Subversion’s custom network protocol.
You can run svnserve as a standalone server process (for clients that are using the svn:// access method); you can have a daemon such as inetd or xinetd launch it for you on demand (also for svn://), or you can have sshd launch it on demand for the svn+ssh:// access method.