| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-Spam-Check-By: | sourceware.org |
| From: | "Dave Korn" <no DOT spam AT my DOT mailbox DOT invalid> |
| To: | <cygwin AT cygwin DOT com> |
| References: | <111420071523 DOT 12627 DOT 473B12DC000EC23700003153221558639402079909970CA10A050703 AT comcast DOT net> |
| Subject: | RE: Asynchronous i/o |
| Date: | Wed, 14 Nov 2007 15:56:23 -0000 |
| Message-ID: | <01d601c826d6$e79a3900$2e08a8c0@CAM.ARTIMI.COM> |
| MIME-Version: | 1.0 |
| X-Mailer: | Microsoft Office Outlook 11 |
| In-Reply-To: | <111420071523.12627.473B12DC000EC23700003153221558639402079909970CA10A050703@comcast.net> |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
On 14 November 2007 15:23, Mike_Cygwin wrote:
> and treated as a newbie for a while. I do believe I have adressed the TOFU
> thing and that other thing that is too loon to remember.
LOL, great typo there. The blanking people's addresses thing you've got
right, but only half the TOFU thing - you've stopped the TO, but you're still
doing the FUll quote of the entire message you're replying to without any
trimming, including all those useless trailers etc.
> Now, has anybody else thought about this, got some historical info, etc?
> Anybody else interested in it?
Should be fairly straightforward to implement, as windows I/O functions
support asynchronous operations (called "overlapped" in msdn technology). You
shouldn't need to modify anything except the cygwin dll sources to add the
functions.
See
http://cygwin.com/faq/faq.programming.html#faq.programming.building-cygwin for
some guidelines on how to build the cygwin dll from source. When adding new
functions to the DLL, you also need to list them in the "cygwin.din" file -
that defines which functions get exported and which don't.
cheers,
DaveK
--
Can't think of a witty .sigline today....
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |