Concurrent beam?
    Bjorn Gustavsson 
    bjorn@REDACTED
       
    Fri Mar  7 10:36:02 CET 2003
    
    
  
Luke Gorrie <luke@REDACTED> writes:
> So what I wondered was, in Erlang style, might it be easier to write a
> concurrent emulator rather than a parallel one, with one thread per
> logically concurrent activity?
> 
> For example, one thread executes erlang processes, one garbage
> collects, one does I/O, etc?
It is already possible to use threads for file I/O.
We have discussed introducing threads for garbage collection.
We think that would be doable.
/Bjorn
-- 
Björn Gustavsson            Ericsson Utvecklings AB
bjorn@REDACTED      ÄT2/UAB/F/P
			    BOX 1505
+46 8 727 56 87 	    125 25 Älvsjö
    
    
More information about the erlang-questions
mailing list