You can use ETS. Doing state tracking the way a gen_server does would require processing requests serially, which is often unacceptable.
--David On 02/05/2011 05:52 PM, Kenny MacDermid wrote: > Hello, > > Is there a way to track client state in the erlang thrift service. > > Current it seems the thrift processor calls Handler:handle_function with the > function, and parameters, but no state. > > Am I missing something? > > Thanks, > > Kenny >
