WWWLib 3.1 & blocking I/O

>>From www-lib-request@w3.org Thu Sep 21 00:48:56 1995
>Resent-Date: Wed, 20 Sep 1995 18:43:48 -0400
>Resent-Message-Id: <199509202243.SAA01437@www19.w3.org>
>X-Sender: mitch@mail.tam.net
>To: www-lib@w3.org
>From: mitch@tam.net (Mitch DeShields)
>Subject: WWWLib 3.1 & blocking I/O
>Date: Wed, 20 Sep 1995 15:44:24 -0700
>Content-Length: 953
>Resent-From: www-lib@w3.org
>X-Mailing-List: <www-lib@w3.org> archive/latest/221
>X-Loop: www-lib@w3.org
>Sender: www-lib-request@w3.org
>Resent-Sender: www-lib-request@w3.org
>Precedence: list
>
>I'm using the WWWLib 3.1 in a Windows environment.  I'd like to use the
>asynchronous winsock.  To my working, synchronous code I added the following
>lines:
>
>request->hwnd = hwnd;
>request->winMsg = winMsg;
>request->BlockingIO = FALSE;
>
>I find that the call to connect() in HTDoConnect() returns WSAWOULDBLOCK.
>
>Is there some other parameter I need to set?
>
>Has anybody got asynchronous winsock I/O working with the WWWLib 3.1?
>
>Does my message handler need to do anything (line call LoadHTTP() again to
>get back into the state machine)?
>
>Thanks in advance for any help/pointers/etc...
>
>  ____  ____  ____  ____  ____  ____  ____  ____  ____  ____
> /  __\/  __\/  __\/  __\/  __\/  __\/  __\/  __\/  __\/  __|
>|  /__/  /__/  /__/  /__/  /__/  /__/  /__/  /__/  /__/  /__|
>|_/ \___/ \___/ \___/ \___/ \___/ \___/ \___/ \___/ \___/ \_|
>
>Mitch DeShields     IQ Interface      207 Second St. Suite B
>mitch@tam.net      (415) 331-0304       Sausalito CA 94965
>
>
>
----------------------------------------------------------------------------
Christian Promitzer                                 cprom@iicm.tu-graz.ac.at
Institute for Information Processing and Computer Supported New Media (IICM)
                   Graz University of Technology, Austria
Voice: ++43/316/873-5644                                Fax: ++43/316/824394
----------------------------------------------------------------------------
     ______    __   __                                ______     ______ 
     \ \ \ \  |_ | | _|    _ _ __   ___ _ __         /  ____)   / / / / 
      \ \ \ \  | `-' | \  / | '_ \ / _ \ '__) ,---.  | | ___   / / / / 
      / / / /  | ,-. |\ \/ /| |_) |  __/ |    `---'  | |__/ |  \ \ \ \ 
     /_/_/_/  |__| |__|\  / | .__/ \___|_|           \______|   \_\_\_\
                       /_/  |_|                            

For information on Hyper-G look at http://hyperg.iicm.tu-graz.ac.at/Chyperg
----------------------------------------------------------------------------

Received on Tuesday, 17 October 1995 06:08:11 UTC