[erlang-questions] writing a linked in driver by hand or using a tool.

Rapsey rapsey@REDACTED
Tue Aug 10 14:44:18 CEST 2010


R14 added support for sending messages from a NIF thread to an erlang
process.


Sergej

2010/8/10 João Henrique Freitas <joaohf@REDACTED>

> Hi,
>
> I thought in use NIF but some functions like  msgrcv and mq_receive
> (by default) blocks until a message becomes available and consequently
> will block the VM.
>
> With linked in driver, I can to create a specific thread to unqueue
> the data and sends it to erlang process.
>
> But, my question is about using edtk or dryerl to write a driver. I am
> searching arguments to convince me to use them.
>
> Thanks.
>
>
> --
> -----------------------------------------------------------
> João Henrique Freitas - joaohf_at_gmail.com
> Campinas-SP-Brasil
> BSD051283
> LPI 1
> http://www.joaohfreitas.eti.br
>


More information about the erlang-questions mailing list