Is this even possible?
I know, I can make a one-way asynchronous communication, but I want it to be two-way.
In other words, I'm asking about the request/response pattern, but non-blocking, like described here (the 3rd option)
Related to Asynchronous, acknowledged, point-to-point connection using gSoap - I'd like to make the (n)ack
s async, too
python
while I needC++
, and the second one seems a bit irrelevant to me. Can you clarify? – MontemayorgSoap
:) – MontemayorgSoap
specific thing. I mean I know how to implement this using event-based async (non-blocking) plain tcp socket connection (I even did and it's working). I just want to make it usinggSoap
. – Montemayor