Dirk Manske made the share-locking around DNS lookups a bit "looser" so that

multiple DNS lookups can run simultaneously faster. The downside is that
resolving the same host name now can be made at once from multiple threads,
but the upside is that threads now don't alwys have to wait for the others'
resolves. Test case 506 updated accordingly.
This commit is contained in:
Daniel Stenberg 2003-10-12 13:57:41 +00:00
parent 4935853eb9
commit 022996e5c7
2 changed files with 13 additions and 2 deletions

View file

@ -68,6 +68,8 @@ unlock: share <Pigs in space>
PERFORM
lock: dns <Pigs in space>
unlock: dns <Pigs in space>
lock: dns <Pigs in space>
unlock: dns <Pigs in space>
lock: cookie <Pigs in space>
unlock: cookie <Pigs in space>
lock: cookie <Pigs in space>