[#7300] resolver を呼ばない UDPsocket#recvfrom — Toshihiko SHIMOKAWA / 下川俊彦 <toshi@...>

あんまり ruby-dev な話でも無いのですが、ちょっとした機能拡張の提案なので、

12 messages 1999/07/12
[#7321] Re: resolver を呼ばない UDPsocket#recvfrom — Toshihiko SHIMOKAWA / 下川俊彦 <toshi@...> 1999/07/15

From: Toshihiko SHIMOKAWA / 下川俊彦 <toshi@csce.kyushu-u.ac.jp>

[#7313] Ruby 1.3.5 — Yukihiro Matsumoto <matz@...>

Ruby 1.3.5 is out, check out:

59 messages 1999/07/15
[#7318] Re: Ruby 1.3.5 — WATANABE Hirofumi <watanabe@...> 1999/07/15

わたなべです.

[#7326] Re: Ruby 1.3.5 — Wakou Aoyama <wakou@...> 1999/07/15

青山です。

[#7331] Re: Ruby 1.3.5 — matz@... (Yukihiro Matsumoto) 1999/07/16

まつもと ゆきひろです

[#7340] Re: Ruby 1.3.5 — Wakou Aoyama <wakou@...> 1999/07/16

青山です。

[#7368] Re: Ruby 1.3.5 — matz@... (Yukihiro Matsumoto) 1999/07/19

まつもと ゆきひろです

[#7373] Re: Ruby 1.3.5 — Shin-ichiro Hara <sinara@...> 1999/07/19

原です。

[#7374] Re: Ruby 1.3.5 — matz@... (Yukihiro Matsumoto) 1999/07/19

まつもと ゆきひろです

[#7382] Re: Ruby 1.3.5 — Wakou Aoyama <wakou@...> 1999/07/19

青山です。

[#7386] Re: Ruby 1.3.5 — matz@... (Yukihiro Matsumoto) 1999/07/21

まつもと ゆきひろです

[#7388] Re: Ruby 1.3.5 — Wakou Aoyama <wakou@...> 1999/07/21

青山です。

[#7387] [PATCH]extconf.rb, tcltklib.c, and rubytest.rb for NetBSD — Ryo HAYASAKA <hayasaka@...21.u-aizu.ac.jp>

早坂@会津大学です。

10 messages 1999/07/21

[#7466] [PATCH] for djgpp — WATANABE Hirofumi <watanabe@...>

わたなべです.

21 messages 1999/07/29
[#7467] Re: [PATCH] for djgpp — Katsuyuki Komatsu <komatsu@...> 1999/07/29

小松です。

[ruby-dev:7444] dualstack-*.rb on mswin32

From: Katsuyuki Komatsu <komatsu@...>
Date: 1999-07-27 06:55:01 UTC
List: ruby-dev #7444
小松です。

mswin32でsample/dualstack-*.rbの動きが変ですね。

98でも同じような感じで、NTだと"Co"が出てますが、98だと
この"Co"も出ないで終わってしまいます。

本来は、Solaris 2.5.1の例のような出力が期待されているの
ですが。

== NT ==

C:\lang\ruby-1.3.5\sample>ver

Windows NT Version 5.0

C:\lang\ruby-1.3.5\sample>ruby dualstack-fetch.rb http://localhost:8888/
conntecting to localhost port 8888
conntected to 127.0.0.1 port 8888
Co
C:\lang\ruby-1.3.5\sample>ruby dualstack-fetch.rb http://localhost:8888/
conntecting to localhost port 8888
conntected to 127.0.0.1 port 8888
Content-type: text/plain


C:\lang\ruby-1.3.5\sample>ruby dualstack-fetch.rb http://localhost:8888/
conntecting to localhost port 8888
conntected to 127.0.0.1 port 8888
Co
C:\lang\ruby-1.3.5\sample>

C:\lang\ruby-1.3.5\sample>ruby dualstack-httpd.rb
socket #<TCPServer:0x6e3200> started, address 0.0.0.0 port 8888
socket 0.0.0.0 port 8888 listener started, pid 244 thread #<Thread:0x6e2fa8>
socket 0.0.0.0 port 8888 accepted, thread #<Thread:0x6e2d98>
socket 0.0.0.0 port 8888 got string
socket 0.0.0.0 port 8888 processed, thread #<Thread:0x6e2d98> terminating
socket 0.0.0.0 port 8888 accepted, thread #<Thread:0x6e2a80>
socket 0.0.0.0 port 8888 got string
socket 0.0.0.0 port 8888 processed, thread #<Thread:0x6e2a80> terminating
socket 0.0.0.0 port 8888 accepted, thread #<Thread:0x6e28e8>
socket 0.0.0.0 port 8888 got string
socket 0.0.0.0 port 8888 processed, thread #<Thread:0x6e28e8> terminating

== Solaris 2.5.1 ==

% uname -s -r
SunOS 5.5.1
% ruby dualstack-fetch.rb http://localhost:8888/
conntecting to localhost port 8888
conntected to 127.0.0.1 port 8888
Content-type: text/plain

this is test: my name is 0.0.0.0 port 8888, you sent:
---start
GET / HTTP/1.0
---end
% 

% ruby dualstack-httpd.rb
socket #<TCPServer:0x42f30> started, address 0.0.0.0 port 8888
socket 0.0.0.0 port 8888 listener started, pid 7248 thread #<Thread:0x42cd8>
socket 0.0.0.0 port 8888 accepted, thread #<Thread:0x42ac8>
socket 0.0.0.0 port 8888 got string
socket 0.0.0.0 port 8888 processed, thread #<Thread:0x42ac8> terminating

--
小松克行 / Katsuyuki Komatsu <komatsu@sarion.co.jp>

In This Thread

Prev Next