[#84867] [Ruby trunk Bug#14357] thread_safe tests suite segfaults — v.ondruch@...

Issue #14357 has been reported by vo.x (Vit Ondruch).

11 messages 2018/01/15

[#84980] [Ruby trunk Feature#13618][Assigned] [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid — hsbt@...

Issue #13618 has been updated by hsbt (Hiroshi SHIBATA).

10 messages 2018/01/23
[#85012] Re: [Ruby trunk Feature#13618][Assigned] [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid — Eric Wong <normalperson@...> 2018/01/23

hsbt@ruby-lang.org wrote:

[ruby-core:85072] [Ruby trunk Feature#14393] Support sending file descriptors (on local machine) via DRb UNIX

From: hkcorac@...
Date: 2018-01-24 19:06:39 UTC
List: ruby-core #85072
Issue #14393 has been reported by hkcorac (Hk Corac).

----------------------------------------
Feature #14393: Support sending file descriptors (on local machine) via DRb UNIX
https://bugs.ruby-lang.org/issues/14393

* Author: hkcorac (Hk Corac)
* Status: Open
* Priority: Normal
* Assignee: 
* Target version: 
----------------------------------------
Ruby: `2.4.3p205 (2017-12-14 revision 61247) [x86_64-linux]`

Currently DRb supports UNIX domain sockets, via `drbunix://`

UNIX sockets can transmit file descriptors via `send_io()`/`recv_io()` methods. Unfortunately DRb via `drbunix://` doesn't support that yet. For instance when I try to do so on local machine, I get this error:

~~~
can't convert DRb::DRbObject to IO (DRb::DRbObject#to_io gives DRb::DRbObject) (TypeError)
~~~

Would you please consider adding support for sending file descriptors via DRb (of course on local machine)?

Thank you,



-- 
https://bugs.ruby-lang.org/

Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>

In This Thread

Prev Next