[newbie] Erlangish way of Iterator pattern

Jimmy Olgeni olgeni@REDACTED
Wed Jan 26 01:30:07 CET 2005


On Tue, 25 Jan 2005, Bengt Kleberg wrote:

> that waits for a tcp connection start a new process and redirect 
> (gen_tcp:controlling_process/2) the incoming messages to the new process.

What happens in active mode if data comes in after the "accept" and 
before the "controlling_process/2" call? Is it a race condition to 
check for?

-- 
jimmy



More information about the erlang-questions mailing list