From: �ӥ�
Subject: how to make a servlet using lisp in win pc?
Date: 
Message-ID: <9f719b$ms5$1@news.iii.org.tw>
I had lisp expert system and a cl-http web server.
But in expert system,when it is only working for one client, another dont
break and will lock or waitng.
I think maybe setup a queue to process.
But I dont know how to setup and how to use mutithread in ACL.
So, Can everyone give some information, like a example or something for this
?
thanks.
From: Steven M. Haflich
Subject: Re: how to make a servlet using lisp in win pc?
Date: 
Message-ID: <3B176DCE.851605F9@pacbell.net>
"�ӥ�" wrote:

> I had lisp expert system and a cl-http web server.
> But in expert system,when it is only working for one client, another dont
> break and will lock or waitng.
> I think maybe setup a queue to process.
> But I dont know how to setup and how to use mutithread in ACL.
> So, Can everyone give some information, like a example or something for this

I'm not familiar with the details of cl-http, although it surprises me that
the ACL port would not automatically operate multithreaded.  However, I'm
pretty sure that the AllegroServe http server always automatically operates
multithreaded.