Hi Gagan, Number of threads is configurable from airavata-server.properties.
On Sun, Jun 1, 2014 at 9:47 AM, Saminda Wijeratne <[email protected]> wrote: > Thanks Gagan. We used have the TSimpleServer, but we switched to > TThreadPoolServer because we needed concurrent access to the server. Please > do feel free to analyze the usage more and provide more feedback and > suggestions based on your expertise in thrift. We'll greatly benefit if > there are architectural changes we can detect beforehand. > > Thanks, > Saminda > > > On Sun, Jun 1, 2014 at 6:34 AM, Gagan Juneja <[email protected]> > wrote: > >> Hi All, >> >> While exploring the code I found that we are using Thrift implementation >> of TThreadPoolServer with default 30 threads. As per my experience, this >> Thrift server implementation is very resource intensive though it gives >> good performance is some scenarios. Are we establishing peer to peer >> connections? >> >> >> >> Regards, >> Gagan >> >> >
