Re: The Common Lisp Directory finally crashed after 823 days.



On 3月16日, 上午6时13分, "Marc Battyani" <Marc.Batty....@xxxxxxxxxxxxxxxxxx>
wrote:
"John Thingstad" <jpth...@xxxxxxxxx> wrote


What kind of traffic did you get?
Average load/Max load, number of requests etc?.

273M requests on 823 days gives 3.84 req/s average so it's not so much.
There are also requests for static content which are handled by apache and
not counted here.
I don't know the max load but on that old server the lisp process can serve
1440 req/s so we are very far from that.
The server load was generally around 0.2~0.5%

What web server did you use?

Apache + mod_lisp + my webapp framework.http://www.fractalconcept.com/ilc2002-marc-battyani.pdf

Now it would be called an Ajax framework but I don"t even know if the
acronym already existed in 2000/2002.

Just curious.. (I also use LispWorks and am considering it.)

This is with LW 4.4.6. When I upgrade to a new server I will switch to LW
5.x

LispWorks 5.x support pthreads on Linux, but all pthreads can only use
ONE cpu at the same time. So if you have only one Lisp process
running, it's better to use a high GHz but multi-core CPU on your
server.

May another way to pass this is let multiple Lisp Web process
listening on different TCP ports, and use Apache's Proxy and Rewrite
URL support, Squid, or even LVS to make a "Virtual" 80 port for all
these processes.

I don't know if LW on win32 can use multiple CPUs.

Regards,

Chun Tian (binghe)
.



Relevant Pages

  • Re: Chat server : Threading in select call
    ... a lot of software has problems when load backs up to a certain ... requests per second, but if more than Y requests backup then it can ... If a minor latency hiccup causing problems that your server never ... multi-host helps with some problems and makes others harder. ...
    (comp.unix.programmer)
  • Re: The Common Lisp Directory finally crashed after 823 days.
    ... Average load/Max load, number of requests etc?. ... 273M requests on 823 days gives 3.84 req/s average so it's not so much. ... I don't know the max load but on that old server the lisp process can serve ... ONE cpu at the same time. ...
    (comp.lang.lisp)
  • Re: The Common Lisp Directory finally crashed after 823 days.
    ... In these 2 years and 93 days, the same lisp process (LispWorks on Linux ... Debian) served 273M requests without any problem. ... CLD to a better place than a simple server in my basement. ...
    (comp.lang.lisp)
  • Re: Free WebServer Stress-Testing Tool!
    ... internet bandwidth) generate more load than the Server would get when 100 ... people were browsing the web sites on that Server. ... 100-300 connections, to bring any Web Server down with that Tool (unless the ... requests coming from the same IP). ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: Blocking a request in IIS
    ... The other posts here recommended URLScan [available by downloading ... every server, I believe it is not going to decrease the load on your server. ... traffic for a certain string and block those requests. ...
    (microsoft.public.inetserver.iis.security)