How to get configuration data to a large number of threads?

Vance Shipley vances@REDACTED
Tue Oct 26 19:24:47 CEST 2004


The OTP way is to use the application module to handle configuration
data.  If you have built a proper application then each process may
call application:get_env(some_key).  The underlying method is ets
tables.

	-Vance




More information about the erlang-questions mailing list