How often should a process be spawned? Take for instance, a gen_server. After having eliminated that the invocation to the handle_call wouldn't change the current server's state, is it logical to spawn the rest of the operations on another process and to a gen_server:reply later on? Jan Vincent Liwanag jvliwanag@REDACTED