This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Asynchronous i/o


>   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.
> 
> 
OK...learning. ;-[)

My reason for asking these questions is because some of the digging I did suggested there were other things not yet implemented that would make it near impossible to do this (something about pthreads).  What I am hearing now is that this not the case (anymore).  I will look at the links you provided.

Thanks,

Mike

--
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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]