mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
now libcurl runs better multi-threaded on windows
This commit is contained in:
parent
a9af971c59
commit
622984de64
5
CHANGES
5
CHANGES
@ -7,6 +7,11 @@
|
|||||||
Changelog
|
Changelog
|
||||||
|
|
||||||
|
|
||||||
|
Daniel (15 October)
|
||||||
|
- Avoid doing getsockopt() on Windows to verify connects. It seems that this
|
||||||
|
hogs Windows machines when libcurl is being used multi-threaded (with > ~50
|
||||||
|
threads). Andrew Fuller helped us verify and test this.
|
||||||
|
|
||||||
Daniel (14 October)
|
Daniel (14 October)
|
||||||
- Kimmo Kinnunen fixed a crash with duphandle() when CURLDEBUG is set.
|
- Kimmo Kinnunen fixed a crash with duphandle() when CURLDEBUG is set.
|
||||||
|
|
||||||
|
@ -20,6 +20,7 @@ This release includes the following changes:
|
|||||||
|
|
||||||
This release includes the following bugfixes:
|
This release includes the following bugfixes:
|
||||||
|
|
||||||
|
o improved performance when used multi-threaded on windows
|
||||||
o share-locking during DNS lookups was modified
|
o share-locking during DNS lookups was modified
|
||||||
o resume was not possible to switch off properly once enabled
|
o resume was not possible to switch off properly once enabled
|
||||||
o fixed the ipv4 connect code when a DNS entry has multiple IPs
|
o fixed the ipv4 connect code when a DNS entry has multiple IPs
|
||||||
@ -69,6 +70,7 @@ advice from friends like these:
|
|||||||
Kimdon, Dominick Meglio, Markus Moeller, Giuseppe Attardi, James MacMillan,
|
Kimdon, Dominick Meglio, Markus Moeller, Giuseppe Attardi, James MacMillan,
|
||||||
Neil Spring, Siddhartha Prakash Jain, Jon Turner, Vincent Bronner, Shard,
|
Neil Spring, Siddhartha Prakash Jain, Jon Turner, Vincent Bronner, Shard,
|
||||||
Jeremy Friesner, Florian Schoppmann, Neil Dunbar, Frank Ticheler, Lachlan
|
Jeremy Friesner, Florian Schoppmann, Neil Dunbar, Frank Ticheler, Lachlan
|
||||||
O'Dea, Dirk Manske, Domenico Andreoli, Gisle Vanem, Kimmo Kinnunen
|
O'Dea, Dirk Manske, Domenico Andreoli, Gisle Vanem, Kimmo Kinnunen, Andrew
|
||||||
|
Fuller
|
||||||
|
|
||||||
Thanks! (and sorry if I forgot to mention someone)
|
Thanks! (and sorry if I forgot to mention someone)
|
||||||
|
Loading…
Reference in New Issue
Block a user