|
|
|
date: Sun, 10 Feb 2008 15:20:51 -0800 (PST),
group: microsoft.public.inetsdk.programming.urlmonikers
back
Re: Asynchronous Pluggable Protocol and synchronous opperation
wrote in message
news:e1d4ff14-00b9-4e01-9a40-7b9a16e47fe9@i12g2000prf.googlegroups.com
> What i must to do in Asynchronous Pluggable Protocol, if in the method
> IInternetProtocolRoot::Start, call
>
> pOIBindInfo->GetBindInfo(grfBINDF, pbindinfo); doe's not have
> BINDF_ASYNCHRONOUS flag
You don't have control over this. The client chooses how it wants to
perform the request. The APP should just do what the client tells it to.
However, an APP can just ignore BINDF_ASYNCHRONOUS flag and respond
synchronously. The opposite is not true: if BINDF_ASYNCHRONOUS flag is
_not_ specified, the APP must work synchronously, that is, report all
the data before returning from Start (or else, return an error from
Start call).
--
With best wishes,
Igor Tandetnik
With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925
date: Sun, 10 Feb 2008 18:46:44 -0500
author: Igor Tandetnik
|
|