[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

ANN: openssl-nonblock 0.2.0

Tony Arcieri

3/10/2009 6:11:00 AM

[Note: parts of this message were removed to make it a legal post.]

Announcing openssl-nonblock 0.2.0, now available at:

http://rubyforge.org/frs/shownotes.php?releas...

This gem patches the following nonblocking methods into the Ruby OpenSSL
extension on Ruby 1.8.6, 1.8.7, and 1.9.1:

* connect_nonblock
* accept_nonblock
* read_nonblock
* write_nonblock

Release notes:

* Version 0.2.0 incorporates fixes for compiling against Ruby 1.8.7. The
previous version was broken and would not correctly build against Ruby
1.8.7. Apologies from the author as the original release announcement said
otherwise.

I have requested these changes be incorporated into Ruby 1.9.2, and I would
hope to see it incorporated into Ruby 1.8.8 as well:

http://redmine.ruby-lang.org/issue...

...however ruby-core has not yet responded. My goal is to maintain this gem
for existing Ruby releases and get these changes incorporated into newer
Ruby versions.

This gem has been used extensively as part of a non-blocking event framework
used in real-world applications. It covers the requirements of SSL within
nonblocking event frameworks and thus should be suitable anywhere else
nonblocking SSL is needed.

--
Tony Arcieri
medioh.com

2 Answers

Tanaka Akira

3/10/2009 6:46:00 AM

0

In article <c7e6b2b00903092313x508343d1y57c328cf05738e36@mail.gmail.com>,
Tony Arcieri <tony@medioh.com> writes:

> I have requested these changes be incorporated into Ruby 1.9.2, and I would
> hope to see it incorporated into Ruby 1.8.8 as well:
>
> http://redmine.ruby-lang.org/issue...
>
> ...however ruby-core has not yet responded. My goal is to maintain this gem
> for existing Ruby releases and get these changes incorporated into newer
> Ruby versions.

Do you read [ruby-core:22539]?
--
Tanaka Akira

Tony Arcieri

3/10/2009 6:52:00 AM

0

[Note: parts of this message were removed to make it a legal post.]

On Tue, Mar 10, 2009 at 12:45 AM, Tanaka Akira <akr@fsij.org> wrote:

> Do you read [ruby-core:22539]?
>

No, I haven't. Thanks for bringing it to my attention.

--
Tony Arcieri
medioh.com