Archive Index
This month's Index
|
Subject: About thread safety
About thread safety
From: Eino Tuominen <eino_at_utu.fi>
Date: Wed, 21 May 2008 17:53:26 +0300
Hi,
I tried to read through the docs but didn't see this one mentioned: can
Thread A:
ares_init(channel);
for (;;) {
Thread B (and others):
ares_gethostbyname(channel, ...);
In preliminary tests I have found this working well, I just want to make
Or, do I have to pass the request over to the thread that initialized
-- Eino TuominenReceived on 2008-05-21 |