curl-users
Re: Probleme with multithread under AIX
Date: Tue, 6 Apr 2004 14:02:32 +0200 (CEST)
Hi,
Thank you for your quick answer !
We have put some printf in the libcurl
source code for print some variable and
now, we know that problem come from
'connect' fonction at the following line
in the connect.c file :
'rc = connect(sockfd, (struct... '
rc value is -1 and the errno contain the
10 value (ECHILD) !!
It's crazy..
Our AIX version is the 5.1.0.0 and we use
Sybase database (I don't know if that make
troubles..)
Following, the unique fonction that call
the cURL API and wich is executing in a
new thread. (So, the curl handle is unique
per thread)
Thank you for your response, we will continue
doing some tests, but, problem appears not
to be from libcurl..
Christophe
Web : http://www.neumair.org
Mail : christophe_at_neumair.org
(o_
//\
V_/_
- TEXT/PLAIN attachment: fonction.txt