Hi, I'm using the thrift/tutorial/erl/server.erl as a base for an erlang thrift server. http://gitweb.thrift-rpc.org/?p=thrift.git;a=blob_plain;f=tutorial/erl/server.erl;hb=HEAD
Is it implemented in a non-blocking way? In server.erl there is only sequential code so does thrift handle processes for me or do I have to spawn a new process per request myself? Are servers in other languages non-blocking? Thanks
