Blocking API used to resolve host names
Bug #662995 reported by
David Mikulec
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Drizzle Client & Protocol Library |
Triaged
|
Low
|
Andrew Hutchings |
Bug Description
From the Drizzle wiki, the Drizzle Client & Protocol Library "... provides complete non-blocking I/O support", however it appears to use getaddrinfo to resolve hostnames when making connections, which is a blocking call. Can this be re-worked to be made non-blocking?
Changed in libdrizzle: | |
importance: | Undecided → Low |
assignee: | nobody → Andrew Hutchings (linuxjedi) |
milestone: | none → 4.0 |
status: | New → Triaged |
Changed in libdrizzle: | |
milestone: | 5.1.0 → 5.1.1 |
Changed in libdrizzle: | |
milestone: | 5.1.1 → 5.1.2 |
Changed in libdrizzle: | |
milestone: | 5.1.2 → 5.1.3 |
To post a comment you must log in.
this could wrap in nicely with the libevent work