I am not sure if this is the right place for this question but don't know where else to ask.
I want to learn how the method EcbIsClientConnected located in the webengine.dll is working under the covers. How is it determining if a client is still connected? Are there differences in the implementation between the different versions of IIS? I can't
find any details on this subject.
Unfortunately that part is on the dark side. Webengine.dll and its functions are private API that no developers should touch unless you need to work around some lower level issues. You can only open a support case via http://support.microsoft.com and consult
the support engineers directly on your issues. Don't try to ask about webengine.dll and its implementation first, as maybe the issues you met are caused by something else.
Lex Li
https://lextudio.com
---------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.
I am not having real issues with it at the moment it's just that there are various sources on the Internet saying that the performance of this method can be slow, but nothing says in what circumstances that would be. This is pretty crucial information for
someone to decide to use this method inside their software.
I am leaving this thread open for now and maybe consult support for this. Thanks!
2 Posts
webengine.dll EcbIsClientConnected implementation details
Feb 10, 2012 05:29 AM|martijnburgers|LINK
I am not sure if this is the right place for this question but don't know where else to ask.
I want to learn how the method EcbIsClientConnected located in the webengine.dll is working under the covers. How is it determining if a client is still connected? Are there differences in the implementation between the different versions of IIS? I can't find any details on this subject.
Thanks in advance!
debugging client webengine
8440 Posts
MVP
Re: webengine.dll EcbIsClientConnected implementation details
Feb 10, 2012 10:34 PM|lextm|LINK
https://lextudio.com
---------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.
2 Posts
Re: webengine.dll EcbIsClientConnected implementation details
Feb 11, 2012 04:02 AM|martijnburgers|LINK
I am not having real issues with it at the moment it's just that there are various sources on the Internet saying that the performance of this method can be slow, but nothing says in what circumstances that would be. This is pretty crucial information for someone to decide to use this method inside their software.
I am leaving this thread open for now and maybe consult support for this. Thanks!