[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [dev-serveez] mandelbrot fractal server
From: |
Raimund 'Raimi' Jacob |
Subject: |
Re: [dev-serveez] mandelbrot fractal server |
Date: |
Mon, 12 Nov 2001 01:08:58 +0100 (CET) |
On Mon, 12 Nov 2001, stefan wrote:
evening again!
> It's `libguile/scmconfig.h', thought it was a good one... any objections
> here?
yeah... not re-configuring sucks when you want to reconfigure but cannot.
> My suggestion now:
> * Provide `svz_tcp_nagle()' in `core.c' very likely `svz_tcp_cork()' in
> the Serveez API.
> * Provide `svz:sock:no-delay' inside Guile if it is a TCP socket.
they should be called the same name. no need to invent a new one.
umh... i am a little bit confused now. TCP_CORK and Nagle are the same
thing, aren't they ? that's what i read from your mail...
...but no-delay is something else: there is a TCP_NODELAY socket option as
well as a TCP_CORK.
serveez should provide manipulation routines. they should be called
(about) the same name in serveez library as in the guile interface.
... and call it tcp_cork which seems to be wider known than nagle ...
> The Serveez memory consumption was mainly caused by memory leak inside
> Serveez. Sorry for this. Just fixed it and put it to CVS.
okay.
have a nice week
Bye,
Raimi
--
__/\ _/\ _____/\.___/\
/ / / /___/ ____/ __/\ Name : Raimi
/ / __/ __/ / __/ / _\/ Contact : address@hidden
/ /__/ / \/ /_/_/ /_/ Visit : http://www.lkcc.org
/________/___/\._\._____/_____/\ 3.141592653589793238462643383
\._______\.__\/__/\.____\.____\/ 27950288419716939937510582097
Re: [dev-serveez] mandelbrot fractal server, Martin Grabmueller, 2001/11/12