IO.select does not block
------------------------

                 Key: JRUBY-5708
                 URL: http://jira.codehaus.org/browse/JRUBY-5708
             Project: JRuby
          Issue Type: Bug
          Components: Core Classes/Modules
    Affects Versions: JRuby 1.6
         Environment: Mac OS X Snow Leopard 64-bit
            Reporter: David Lee


The following code blocks in MRI, but returns immediately in JRuby:

{{
require 'socket'
server = UNIXServer.open "/tmp/#{rand}.sock"
IO.select [server], nil, nil, 20
}}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to