Can multiple clients access a running instance of a thrift server at the
same time?

Say I have a thrift server (implement in Java) that's listening for any
requests made by clients, now say I have 2 separate clients that make a
simultaneous call to the same service method on the server... what happens?
does one block on the other?

Thanks!

Reply via email to