[#5219] Segmentation fault in timeout.rb — Michel Pastor <K@...>

Hi,

18 messages 2005/06/16
[#5220] Re: Segmentation fault in timeout.rb — Eric Hodel <drbrain@...7.net> 2005/06/16

[#5221] Re: Segmentation fault in timeout.rb — Michel Pastor <K@...> 2005/06/16

On Fri, 17 Jun 2005 05:03:18 +0900

[#5223] Re: Segmentation fault in timeout.rb — nobu.nokada@... 2005/06/17

Hi,

[#5296] Subversion — Shugo Maeda <shugo@...>

Hi,

64 messages 2005/06/30
[#5297] Re: Subversion — Curt Hibbs <curt@...> 2005/06/30

Shugo Maeda wrote:

[#5298] Re: Subversion — Nikolai Weibull <mailing-lists.ruby-core@...> 2005/06/30

Curt Hibbs wrote:

[#5301] Re: Subversion — Austin Ziegler <halostatue@...> 2005/06/30

On 6/30/05, Nikolai Weibull

[#5304] Re: Subversion — Nikolai Weibull <mailing-lists.ruby-core@...> 2005/06/30

Austin Ziegler wrote:

[#5305] Re: Subversion — Austin Ziegler <halostatue@...> 2005/06/30

On 6/30/05, Nikolai Weibull

[#5307] Re: Subversion — mathew <meta@...> 2005/06/30

Austin Ziegler wrote:

[#5308] Re: Subversion — Austin Ziegler <halostatue@...> 2005/06/30

On 6/30/05, mathew <meta@pobox.com> wrote:

[#5311] Re: Subversion — mathew <meta@...> 2005/07/01

Austin Ziegler wrote:

[#5323] Re: Subversion — Austin Ziegler <halostatue@...> 2005/07/01

On 7/1/05, mathew <meta@pobox.com> wrote:

[#5325] Re: Subversion — Nikolai Weibull <mailing-lists.ruby-core@...> 2005/07/01

Austin Ziegler wrote:

Re: [PATCH] Resolv and TTL

From: Eric Hodel <drbrain@...7.net>
Date: 2005-06-10 13:19:04 UTC
List: ruby-core #5193
On 10 Jun 2005, at 05:25, Sam Roberts wrote:

> Quoting drbrain@segment7.net, on Fri, Jun 10, 2005 at 06:39:16PM  
> +0900:
>
>> I would like to retrieve the TTL values from Resolv, but they seem to
>> get thrown away long before they're near the public API, and digging
>>
>
> No, thrown away just before you need it.
>
> #each_resource calls #extract_resource, which yields only the  
> resource data,
> but not the TTL.

Either way, they're too hard to get to.

>> through the guts of Resolv::DNS would only result in much duplicate
>> code.
>
> This is a pseudo-patch, its not backwards compatible, and certainly  
> not tested.
>
> Wanting the TTL is very reasonable, it seems to me. If you can deal  
> with the
> backwards compat, you might be able to Tanaka.

I'd rather see them in Resource like in my patch.  It is tested  
(lookups on addresses in an 800k line webserver log), backwards  
compatible, and more natural.

Since TTL and a resource are associated, it makes more sense to put  
it in the Resource rather than letting it wander about freely.

-- 
Eric Hodel - drbrain@segment7.net - http://segment7.net
FEC2 57F1 D465 EB15 5D6E  7C11 332A 551C 796C 9F04


In This Thread