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