Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Fw: Re: about the benchmarks

From: m:koopmans2:chello:nl at: 10-Oct-2001 23:16

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). --maarten