
13 Sep
2024
13 Sep
'24
8:28 a.m.
Update: I read that "the Ruby VM is not at all thread safe" according to http://silverhammermba.github.io/emberb/c/#ruby-in-c-threads And I could reproduce that ass soon as I call rb_p in a C pthread it crashes/hangs. My questions: - Is this true for the current Ruby 3.x.x ? - If so are there plans to make Ruby thread safe ? - Is there a workaround except creating a ruby thread in C ? Thanks, Martin