Hi Dominik,

sorry for later answer.

> ... asynchronous ...
Can you tell me where I can read that up?

THRIFT-1037

As far I have understood how (the csharp implementation of) Thrift works it
shouldn't be possible to have one client-server socket that is used for
synchronous client rpc calls and asynchronous server rpc calls since the
client may not be reading from the stream at that moment.

I cross-read the article and it seems to be a nice idea. I do not have an use-case yet, but I could imagine of some cool things that could be made possible using such techniques. But that's my personal opinion and just because I think so does not automatically imply that it is a good idea.

I also slightly remember an earlier discussion about the bi-di topic, but don't remember if there are/were any JIRAs associated with it or if it was just a mailing list topic (or if I just mix up things here). Maybe someone else remembers better.

Regards,
Jens



-----Ursprüngliche Nachricht----- From: Dominik Psenner
Sent: Thursday, June 21, 2012 10:21 AM
To: [email protected]
Subject: RE: Thrift lib: csharp

Hi Jens,

thanks for the fast feedback!

I want to emphasize that there is already some async support which uses the
AsyncTCP. However, it might not cover everything you need, as the current
async code implementation has been used only on the client side so far.



Cheers,
Dominik

Reply via email to