scsh-users
[Top] [All Lists]

Re: start-web-server doesn't work

To: scsh-news@zurich.ai.mit.edu
Subject: Re: start-web-server doesn't work
From: Martin Gasbichler <gasbichl@informatik.uni-tuebingen.de>
Date: Thu, 05 Jun 2003 10:29:22 +0200
Organization: Zentrum fuer Datenverarbeitung
felix <felixundduni@freenet.de> writes:

> Martin Gasbichler wrote:
>> Maybe the server has problems looking up its FQDN. start-web-server
>> doesn't allow you to specify it but you can supply it to the server
>> itself:
>> [0 gasbichl@ventoux sunet-2.0] scsh -lm packages.scm -lm
>> start-web-server -o http-test
>> Welcome to scsh 0.6.4 (Olin Shivers)
>> Type ,? for help.
>>
>>>,in http-test
>> http-test>  (httpd (make-httpd-options
>>               with-port                 4242
>> with-root-directory       (cwd)
>>               with-syslog?              #f
>>               with-fqdn                "www.foobar.de"
>
>                  ^ ^ ^ ^ ^
>
> That's the one. It works now nicely. Many thanks!
>
> Does httpd support persistent connections properly?

No, it is a pure HTTP 1.0 server. We would like to extend it to HTTP
1.1 but currently we don't have the time to do so.

> When I run httperf with --num-calls 10 --num-conns 200 it looks like
> only 400 requests are served.
>
> Any ideas?

I'll try to have a closer look at this within the next few days.

-- 
Martin

<Prev in Thread] Current Thread [Next in Thread>