[erlang-questions] supervise a python process

Gleb Peregud gleber.p@REDACTED
Fri Feb 11 14:39:05 CET 2011


If you don't need some blazing performance and need a quick solution, then
ErlPort is a great choice. So +1
On 11 Feb 2011 13:20, "Dmitry Vasiliev" <dima@REDACTED> wrote:
> 11.02.2011 14:11, Roberto Ostinelli пишет:
>> i need to integrate existing python code with a SOA erlang layer, which
>> provides some distribution facilities.
>>
>> i'm thinking to use BERT to enable communication between the erlang layer
>> and python. the main point to not use ports is that, afaik, that if a
python
>> port crashes the whole erlang VM goes down, and the point of using erlang
>> supervisors to provide fault-tolerancy gets lost.
>
> It's just not true. Only the process which created the port (the
> connected process of the port which is linked to the port) is terminates
> when port is closed. So you can easily use supervisors with ports.
>
> You can try ErlPort (http://erlport.org/) for ports based integration of
> Erlang and Python.
>
> --
> Dmitry Vasiliev <dima at hlabs.org>
> http://hlabs.org
> http://twitter.com/hdima
>
> ________________________________________________________________
> erlang-questions (at) erlang.org mailing list.
> See http://www.erlang.org/faq.html
> To unsubscribe; mailto:erlang-questions-unsubscribe@REDACTED
>


More information about the erlang-questions mailing list