Re: wininet(2/7): Separate loading libssl from loading libcrypto

2009-09-30 Thread Alexandre Julliard
Juan Lang writes: >> There's no reason to invent such complicated locking mechanisms. Just >> put the whole thing inside a critical section and be done with it. > > I already did, in yesterday's patch series. Would you like me to resend? That series is still trying to be too smart for its own g

Re: wininet(2/7): Separate loading libssl from loading libcrypto

2009-09-30 Thread Juan Lang
> There's no reason to invent such complicated locking mechanisms. Just > put the whole thing inside a critical section and be done with it. I already did, in yesterday's patch series. Would you like me to resend? --Juan

Re: wininet(2/7): Separate loading libssl from loading libcrypto

2009-09-30 Thread Alexandre Julliard
Juan Lang writes: > This is a step toward relieving lock serialization, as the two > libraries can be loaded independently. (There is no lock yet, though, > and this still crashes in utorrent. Fixes in the next two patches.) There's no reason to invent such complicated locking mechanisms. Just