RE: Reliable Messaging - Summary of Threads
"Ugo Corda" <[email protected]>
| Newsgroups | gmane.comp.web.services.ws-arch |
|---|---|
| Message-ID | <[email protected]> |
Martin, >1. async programming model - this is where your thread blocks at the application level until a reply or fault is received. I imagine you meant "this is where your thread does not block ...". (If the client thread has to block, then the MEP is synchronous according to this model). Ugo