Remix.run Logo
foota 3 days ago

The thread started sounds like it's single use, not a thread handling requests in a loop. Anyway, a single thread handling requests in a loop would serialize these DNS lookups which if they're hanging would be problematic.

loeg 3 days ago | parent [-]

Yes, but why? As GP notes, the thread doesn't have to be single-use.