Greetings. I am writing a CNode in Win32. It is written as a server node. It will be talking to only one peer erlang node. I am wondering if I could use the file handle returned from erl_accept in two different threads simultaneously? One thread to read incoming messages and another to erl_send outgoing messages ? Thanks pj