[#2367] Standard libraries — Dave Thomas <dave@...>

From ruby-dev summary:

60 messages 2004/02/11

[#2397] PATCH: deprecate cgi-lib, getopts, importenv, parsearg from standard library — Gavin Sinclair <gsinclair@...>

Index: cgi-lib.rb

15 messages 2004/02/12

[#2465] PATCH: OpenStruct#initialize to yield self — Gavin Sinclair <gsinclair@...>

This is a common approach I use to object initialization; I don't know

24 messages 2004/02/19

Re: [PATCH] Use the BasicSocket#do_not_reverse_lookup flag in Webrick

From: nobu.nokada@...
Date: 2004-02-09 07:38:24 UTC
List: ruby-core #2362
Hi,

At Mon, 9 Feb 2004 16:04:49 +0900,
Kawaji, Shinya wrote in [ruby-core:02360]:
> > With this patch you can make use of the new per-socket
> > do_not_reverse_lookup flag in Webrick.
> > I wonder if it would make sense to even set :DoNotReverseLookup to
> > true as the standard configuration because reverse lookup just slows
> > down the server in normal operation.
> 
> I also submitted this pacth.
> 
> (Sorry but in Japanese.)
> http://www.notwork.org/ipr/webrick/webrickja/100/105.html

Perhaps, you miss Thomas'es patch.  It uses new per-instance
flag BasicSocket#do_not_reverse_lookup, which is mentioned by
yuzo in [webrickja:107], I guess.

-- 
Nobu Nakada

In This Thread