pthreads works, sorta
Robert Collins
robert.collins@itdomain.com.au
Tue Jun 26 21:56:00 GMT 2001
> -----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/
More information about the Cygwin
mailing list