curl-library
cannot connect to server in a subthread
From: Michael Helmich <dbrepairman_at_gmx.net>
Date: Wed, 08 Oct 2008 16:57:07 +0200
Received on 2008-10-08
Date: Wed, 08 Oct 2008 16:57:07 +0200
Hi!
I'm having a very strange problem when using curl in a multithreaded program on Solaris 9. When i'm accessing a certain server only in a subthread, curl_easy_perform() returns 7 ("Couldn't connect to server"), whereas when i'm accessing the same server only in the main thread (or first in the main thread and afterwards in the subthread), everything works fine. Connections to other servers work in a subthread as well as in the main thread. What could be the cause of such a behavior?
Regards
Michael
-- Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger
- text/plain attachment: curl_test.c