i have created a web application in erlang using nitrogen,after this i wanna add a module to execute when i call that application..... web_index.erl process.erl i wanna call the process.erl inside web_index.erl,whenever the web_index.erl executes same time process.erl need to execute .