This is the mail archive of the cygwin@sourceware.cygnus.com 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]

Re: Overhead when using software compiled under cygwin


--- "J.C. Ng" <j.c.ng@ic.ac.uk> wrote:
> Is there any overhead incurred when using programs that were compiled
> using cygwin under NT? 

The obvious answer here is yes.  The cygwin1.dll is emulating a POSIX file
system.  The overhead is the emulation processing.  I can say that the
processing is faster than it was a couple of versions back.

If you're concerned for speed of processing the best result is to port it to
native api.  If you are not porting UNIX code, then use the Mingw32 version or
compile with the -no-mingw32 switch.  Search the archives for caveats.

===
YAWIA,<BR>
<A HREF="mailto:earnie_boyd@yahoo.com">Earnie Boyd</A><BR>
<A HREF="http://www.freeyellow.com/members5/gw32/index.html">Newbies Click Here</A>
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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