Re: anyone using the guile servers?
Raimund 'Raimi' Jacob-Blödorn <[email protected]> Thu, 21 Mar 2013 06:26:25 +0100
| Newsgroups | gmane.network.serveez.general |
|---|---|
| Message-ID | <[email protected]> |
On 03/20/2013 02:05 PM, Thien-Thi Nguyen wrote: Hey! > The "Guile servers" are a set of pure-Scheme servers > included in the GNU Serveez distribution: > > - echo > - eval > - icecast > - inetd > - mandel (client and server) > > Is anyone using them in Real Life? "No" The "echo" thingy is probably good for debugging, the rest are "proof of concept" and "playground" servers. The only one with real value is "inetd". It allows you to set up a rather small server which handles all incoming network with a single process (http via built-in http, the rest with starting external processes). I did actually use that a long time ago for small-footprint-VMs :) Raimund