From: raould
Subject: distributed (concurrent) lisp?
Date: 
Message-ID: <030df4c6-bc8e-4a4b-bcb3-d2a9a15c1c91@v13g2000pro.googlegroups.com>
hi,

a la Erlang or Termite, is there a common / standard / customary way
to do robust distributed computing of many Lisp nodes? sure, one can
start with basic networked message passing, but there's more on top of
that to get a really robust distributed system (cf. Erlang's OTP).

any pointers appreciated,
sincerely.
From: raould
Subject: Re: distributed (concurrent) lisp?
Date: 
Message-ID: <931bdb2e-5060-402e-a9b9-e46a7e827c03@p31g2000prf.googlegroups.com>
hm, there's stuff like http://bc.tech.coop/blog/050125.html and
previous posts there -- from there it sounds like there really ain't
much happening, and what is, isn't near the feature set / experience /
miles on the road of e.g. Erlang.

(i know there's LfE, BTW, but i am really interested in a mainly CL
distributed setup.)