Re: allegro cl installer -- A.I built in, all the way DOWN
- From: Rainer Joswig <joswig@xxxxxxx>
- Date: Sun, 29 Oct 2006 13:26:01 +0200
In article <45446f55$0$49206$14726298@xxxxxxxxxxxxxxx>,
"Alex Mizrahi" <udodenko@xxxxxxxxxxxxxxxxxxxxx> wrote:
(message (Hello 'Alex)
(you :wrote :to '(Bill Atkins) :on '(Sun, 29 Oct 2006 10:35:52 +0200))
(
AM> native threads support?
well, it appears Allegro CL don't fully support native threads either --
it's able to run lisp code only in one native thread just like LispWorks.
i think we should wait until somebody implements Common Lisp on Java or .NET
platforms to utilize multiple CPUs/processor cores. somehow Java and .NET
(Mono) implementation-makers know how to make multithreading stuff, but Lisp
don't. (well, there's already ABCL for Java more-or-less working (and
supporting SMP), but because of Java ugliness there are some ugly points in
it. i think on .NET it will work much better)
SBCL, Corman CL and Scieneer CL are examples of Lisp implementations
with support for multiple CPUs/cores.
Example from the Corman Lisp manual:
"Multi-threading. The compiler has been designed to support multiple threads
of execution, with special variable bindings on a per thread basis. These threads
are managed by the operating system, affording you the full advantage of the
features provided by the operating system. Multiple CPUs are supported, with
lisp threads running simultaneously on multiple processors."
.
)
(With-best-regards '(Alex Mizrahi) :aka 'killer_storm)
"People who lust for the Feel of keys on their fingertips (c) Inity")
- Follow-Ups:
- Re: allegro cl installer -- A.I built in, all the way DOWN
- From: Sacha
- Re: allegro cl installer -- A.I built in, all the way DOWN
- From: Alex Mizrahi
- Re: allegro cl installer -- A.I built in, all the way DOWN
- References:
- allegro cl installer -- A.I built in, all the way DOWN
- From: Alex Mizrahi
- Re: allegro cl installer -- A.I built in, all the way DOWN
- From: Bill Atkins
- Re: allegro cl installer -- A.I built in, all the way DOWN
- From: Alex Mizrahi
- Re: allegro cl installer -- A.I built in, all the way DOWN
- From: Alex Mizrahi
- allegro cl installer -- A.I built in, all the way DOWN
- Prev by Date: Re: Using lisp to generate .net business applications
- Next by Date: Re: Using lisp to generate .net business applications
- Previous by thread: Re: allegro cl installer -- A.I built in, all the way DOWN
- Next by thread: Re: allegro cl installer -- A.I built in, all the way DOWN
- Index(es):
Relevant Pages
|