[#61822] Plan Developers Meeting Japan April 2014 — Zachary Scott <e@...>

I would like to request developers meeting around April 17 or 18 in this mo=

14 messages 2014/04/03
[#61825] Re: Plan Developers Meeting Japan April 2014 — Urabe Shyouhei <shyouhei@...> 2014/04/03

It's good if we have a meeting then.

[#61826] Re: Plan Developers Meeting Japan April 2014 — Zachary Scott <e@...> 2014/04/03

Regarding openssl issues, I=E2=80=99ve discussed possible meeting time with=

[#61833] Re: Plan Developers Meeting Japan April 2014 — Martin Bo煬et <martin.bosslet@...> 2014/04/03

Hi,

[ruby-core:62221] Re: [ruby-trunk - Feature #9785] Feature Proposal: Dir.chdir Thread Safety

From: Eric Wong <normalperson@...>
Date: 2014-04-29 16:49:20 UTC
List: ruby-core #62221
[email protected] wrote:
> It's come to my attention that this is fairly hardcoded into the OS
> (changing CWD is a per-process operation rather than a per-thread
> one). I do not have a proposed implementation for how to change
> directory within a thread, perhaps we could take ideas from another
> language allows this functionality if there are any.

Right, this is one of the reasons the *at family of syscalls
(openat, renameat, etc...) was introduced into POSIX.

Adding support for those might be good idea.  However, OS support
outside Linux/Solaris is probably still limited at the moment.

Linux also allows unsetting the CLONE_FS flag for cloned threads,
but that's completely unportable.

In This Thread

Prev Next