Am Montag, den 18.08.2008, 12:09 +0100 schrieb Alaric Snell-Pym: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > On 17 Aug 2008, at 3:53 am, Elf wrote: > > > > > many people on #chicken and the list have requested a simple remote- > > repl > > egg. some people have requested a not-so-simple remote-repl egg, > > too. :) > > > > Oh, yay! Will this do the job of the thing I was considering, that > one could easily incorporate into a daemon (spiffy, etc) so you can > 'telnet' in to monitor/reconfigure/test/shut down/etc?
Yeah, that's actually how I control and debug the Askemos system. I telnet to the local control port to issue Scheme commands. There is always a current quorum, which defaults to the local host. Commands are sent to all the quorum members. So if I want to a network partition down, I set the quorum to those and issue "exit 0" (that's one of such rare cases, where srfi-49 does good: it saves me typing). /Jörg > > hope this satisfies the requests. let me know if it doesnt. > > It sounds perfect. Just it doesn't have a fancy name - I was going to > call mine 'eggshell' ;-) > > > > > -elf > > > > > ABS > > - -- > Alaric Snell-Pym > Work: http://www.snell-systems.co.uk/ > Play: http://www.snell-pym.org.uk/alaric/ > Blog: http://www.snell-pym.org.uk/?author=4 > > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.8 (Darwin) > > iEYEARECAAYFAkipWFQACgkQRgz/WHNxCGoD2gCfSNlllFRCSMzaulV9MB1ABq/S > 1oQAn278rUu8EeWVl3E4y0PpA2n8ygXQ > =EmXU > -----END PGP SIGNATURE----- > > > _______________________________________________ > Chicken-users mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/chicken-u� _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
