> > I could use gen_server:cast/2, but i do need a response to be sent > back to the client so it knows the operation was successful. > I am not an expert (yet), and am not quite sure that I understand your problem completely (or even at all), but you may want to use gen_server:reply/2. V.