Re: Connection time TransmitFile
From: Tiago Halm (thalm_at_nospam.hotmail.com)
Date: 10/06/04
- Next message: Anonymous Coward: "MFC BUG! CTreeCtrl & manifest breaks edit label timer"
- Previous message: Alvaro Palma: "Removing items from MRU"
- In reply to: ronald kats: "Connection time TransmitFile"
- Next in thread: ronald kats: "Re: Connection time TransmitFile"
- Reply: ronald kats: "Re: Connection time TransmitFile"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 6 Oct 2004 20:37:14 +0100
Ronald,
When TransmitFile ends, your callback function is notified. When the
connection ends, the SF_NOTIFY_END_OF_REQUEST and (if the TCP/IP connection
is terminated) the SF_NOTIFY_END_OF_NET_SESSION notifications are called.
This assumes that you've built an ISAPI Filter & ISAPI Extension on the same
DLL (the above notifications are ISAPI Filter specific)
Could you elaborate more on your concept of "connection time"?
Tiago
"ronald kats" <stimpy_joy@hotmail.com> wrote in message
news:eefd5b7a.0410060028.61ffc77b@posting.google.com...
> Hello,
>
> I'm not sure where to post this question so I posted it in two groups.
> I've searched the discussion groups thoroughly for an answer on this
> question but haven't found a satisfactory answer.
>
> We're using an ISAPI dll to handle requests from mobile phones in a
> WAP session and deliver content to the phone when needed. To send the
> content we use a asynchronous call to TransmitFile. We would like to
> know the connection time of the client for our stats and to see if
> there's a relation between clients failing to pick up the content and
> this connection time. We already store the time the request comes in
> however how can we tell when the TransmitFile ends and the connection
> ends? I believe this is not really trivial or maybe even impossible?
> What ways are there to estimate the connection time?
>
> Many thanks in advance.
>
> Best regards,
>
> Ronald
- Next message: Anonymous Coward: "MFC BUG! CTreeCtrl & manifest breaks edit label timer"
- Previous message: Alvaro Palma: "Removing items from MRU"
- In reply to: ronald kats: "Connection time TransmitFile"
- Next in thread: ronald kats: "Re: Connection time TransmitFile"
- Reply: ronald kats: "Re: Connection time TransmitFile"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|