Thank you , TThreadedServer did the trick. I was using TSimpleServer because my code evolved from an example using it. It wasnt working as expected when I migrated to multiple clients.
On Wednesday, September 3, 2014, Jens Geyer <[email protected]> wrote: > Sure. > > Depending on the load that your clients produce and depending on how long > established connections need to stay open, using a Threadpool or Threaded > Thrift server type can be a good idea. > > Have fun, > JensG > > > -----Ursprüngliche Nachricht----- From: Joseph Fradley > Sent: Wednesday, September 3, 2014 9:59 PM > To: [email protected] > Subject: Multiple C++ Clients and a single C# Server > > Hello, > > I'm looking to have multiple instances of a C++ client running each in its > own thread communicating to the same C# server. Is this possible using in > Thrift 0.9.1? > > Thank you, > Joe >
