← Volver al índice de módulos

app_ruby_proc

The module implements per-child-process C API functions required by app_ruby module. Important: this module must not be loaded standalone via loadmodule, the app_ruby module loads it in each child pro
⚙️ Scripting e Integración Kamailio 6.1

Descripción general

The module implements per-child-process C API functions required by app_ruby module. Important: this module must not be loaded standalone via loadmodule, the app_ruby module loads it in each child process. This is required because libruby 1.9+ is multi-threaded and must be initialized per each child process, after forking, otherwise threads locks and resources are inherited and can lead to unpredictable behaviour, such as crashes.

Documentación oficial: https://www.kamailio.org/docs/modules/stable/modules/app_ruby_proc.html
Código fuente: https://github.com/kamailio/kamailio/tree/master/src/modules/app_ruby_proc

Autores y contribuidores

Daniel-Constantin MierlaDaniel-Constantin Mierla <miconda@gmail.com>

Copyright © 2018 Daniel-Constantin Mierla (asipto.com)

Módulos relacionados

app_lua app_perl app_python app_python3 app_python3s app_ruby async evapi