[#7872] Nonblocking socket-connect — "Francis Cianfrocca" <garbagecat10@...>

All, I needed a nonblocking socket connect for my asynchronous-event

18 messages 2006/05/14
[#7873] Re: Nonblocking socket-connect — Tanaka Akira <akr@...17n.org> 2006/05/14

In article <3a94cf510605140559l7baa0205le341dac4f47d424b@mail.gmail.com>,

[#7874] Re: Nonblocking socket-connect — "Francis Cianfrocca" <garbagecat10@...> 2006/05/15

How about introducing the method Socket#set_nonblocking, or alternatively

[#7875] Re: Nonblocking socket-connect — Yukihiro Matsumoto <matz@...> 2006/05/15

Hi,

[#7876] Re: Nonblocking socket-connect — "Francis Cianfrocca" <garbagecat10@...> 2006/05/15

Well, it's ok then. I'm comfortable adding in the nonblocking

[#7877] Re: Nonblocking socket-connect — Yukihiro Matsumoto <matz@...> 2006/05/15

Hi,

Re: [ ruby-Bugs-4605 ] Critical 1.9 mathn bug (require 'mathn' failure)

From: Yukihiro Matsumoto <matz@...>
Date: 2006-05-30 09:13:42 UTC
List: ruby-core #7933
Hi,

In message "Re: [ ruby-Bugs-4605 ] Critical 1.9 mathn bug (require 'mathn' failure)"
    on Tue, 30 May 2006 08:40:30 +0900, noreply@rubyforge.org writes:

|Can all mention of Integer#gcd2 (remove_method line and def gcd2) please be removed from mathn.rb in 1.9 ?  rational.rb's Integer#gcd is now faster than mathn.rb's Integer#gcd2.  If backward compatibility is a problem, please alias_method :gcd2, :gcd.

I will remove it soon.  Thank you.

							matz.

In This Thread

Prev Next