This is the mail archive of the cygwin@cygwin.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: pthreads works, sorta



> -----Original Message-----
> From: Greg Smith [mailto:gsmith@nc.rr.com]
>
> Ummm, no   ;-)   Performance is now on pretty even keel with
> with the Pthread-win32  implementation.  This is where our
> `rogue' developer (`Fish') is claiming to reduce elapsed times
> 25% to match the elapsed times on linux.

Is your app cpu bound/sync or contention bound/ or io bound? (for that
25% ?)

Also other cygwin internals use VirtualQuery. I'm going to look into all
instances of VirtualQuery :]
 
As pthread-win32 is coded by some pretty clued up folk, (and we've met
their speed :} ) I wouldn't hold much hope of shaving more time off from
pthreads. CriticalSections may help. Profiling your app is probably
essential. (to understand where in cygwin/pthreads things need tuning).

Rob

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.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]