From dev-return-7086-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Thu Jul 11 06:31:25 2002 Return-Path: Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 52860 invoked by uid 500); 11 Jul 2002 06:31:24 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 52849 invoked from network); 11 Jul 2002 06:31:24 -0000 Errors-To: Message-Id: <5.1.0.14.2.20020711012647.02f260d8@pop3.rowe-clan.net> X-Sender: wrowe%rowe-clan.net@pop3.rowe-clan.net X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Thu, 11 Jul 2002 01:27:14 -0500 To: dev@apr.apache.org From: "William A. Rowe, Jr." Subject: RE: cvs commit: apr/include/arch/win32 fileio.h networkio.h In-Reply-To: <001501c228a3$b31519c0$0a01230a@KOJ> References: <20020711062223.99074.qmail@icarus.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N At 01:25 AM 7/11/2002, Ryan Bloom wrote: >Well, you beat me by about five minutes. I just finished compiling >almost the exact same code. > >Thanks for doing to work, your implementation is cleaner than mine was. Speaking of which, are these the results you were looking for? APR Poll Test ************* Initializing...................................OK Creating context...............................OK Creating the sockets I'll use..........OK Setting up the pollset I'll use........OK Starting Tests Socket 0 Socket 1 Socket 2 No wait No wait No wait Sending message to socket 2............OK Socket 0 Socket 1 Socket 2 No wait No wait POLLIN! Trying to get message from socket 2....OK Sending message to socket 1............OK Socket 0 Socket 1 Socket 2 No wait POLLIN! No wait Sending message to socket 2............OK Socket 0 Socket 1 Socket 2 No wait POLLIN! POLLIN! Trying to get message from socket 1....OK Sending message to socket 0............OK Socket 0 Socket 1 Socket 2 POLLIN! No wait POLLIN! Tests completed. Closing sockets........................OK