When calling gen_server:call, does it blocks the gen_server process? >From another point of view does gen_server solve the pattern of multiple clients requests calling in a synchronous way (gen_server:call)? For each client a process should be spawned. Thanks, Eduardo Figoli