[REBOL] Re: Fw: Re: about the benchmarks
From: petr:krenzelok:trz:cz at: 11-Oct-2001 1:03
----- Original Message -----
From: "Maarten Koopmans" <[m--koopmans2--chello--nl]>
To: <[rebol-list--rebol--com]>
Sent: Wednesday, October 10, 2001 11:16 PM
Subject: [REBOL] Fw: Re: about the benchmarks
> The OS helps you here: it accepts a connection even when the application
is
> busy. This called the backlog. It is set to 5 by default. So you can
have 5
> times the number of Rugby servers in terms of connections before blocking
> starts.
>
> You can change this value in hipe-serv.r It was 15 (commented out for Mac
> compat). You can comment it in, build-rugby.r and you are done. Higher
than
> 15 most of the time is useless (see the OS docs for details).
Heh, that's cool. I didn't know what is that item good for in port
structure. One question: getting stubs to client get's there func's source
code along with regby refinements (/http ...), but what if my function calls
another custom one, or even worse, some dll routine? You could get routine
transferred to client, but hardly whole library ... just curious ...
... maybe you could add one to three sentences comment to each module to
your website. It would help ppl to understand, what is inside imo ....
-pekr-