[erlang-questions] My frustration with Erlang

Vance Shipley vances@REDACTED
Fri Sep 12 21:34:14 CEST 2008


On Fri, Sep 12, 2008 at 02:52:07PM +0100, Joel Reymont wrote:
}  Erlang (BEAM) emulator version 5.6.3 [source] [64-bit] [smp:8] [async- 
}  threads:0] [kernel-poll:true]
  
Joel,

Have you tried adding a thread pool?  If you are IO bound on disk
that should help quite a bit.  It doesn't help with TCP/IP however
as the inet drivers are not threaded.  Maybe they should be.

	-Vance



More information about the erlang-questions mailing list