libcurl connection hands in multi-threaded application

2012-06-23 Thread eli
Hello everybody, There is one case where Google cant help me, because I don't know what to search for. :-) The setup is as follows... I have a multi-threaded application, where each thread invokes a CURL connection to different remote host. Its an HTTP connection and I control the timeouts and

Re: libcurl connection hands in multi-threaded application

2012-06-23 Thread eli
Hi Daniel, I tried on 2 versions: 7.24.0 and 7.26.0 with same results, the timeout is set to 10 seconds. On Sat, Jun 23, 2012 at 11:09 PM, Daniel Stenberg dan...@haxx.se wrote: On Sat, 23 Jun 2012, eli wrote: After X minutes the application finishes processing the entire list (about 5000

Re: connecting to proxies without specifying remote host

2012-05-01 Thread eli
(of the proxy) the entire operation seem to be much faster. Kind regards, On Tue, May 1, 2012 at 8:04 PM, Daniel Stenberg dan...@haxx.se wrote: On Mon, 30 Apr 2012, eli wrote: I'm trying to test proxies using libcurl, and as it appears I'm forced to go in (at least) 2 stages: You mean you

connecting to proxies without specifying remote host

2012-04-30 Thread eli
Hello everybody, I'm trying to test proxies using libcurl, and as it appears I'm forced to go in (at least) 2 stages: 1. Connect using SOCKS5 protocol, then SOCKS4, then HTTP in order to find the type of the proxy 2. Connect to proxy judge in order to find out the anonymity level of the proxy

Visual Studio + POP3

2012-02-24 Thread eli
Hello, Can anyone suggest a ready made CURL package with SSL and POP3 support for Visual Studio? The one available at the moment libcurl-7.19.3-win32-ssl-msvc.zip has POP3 disabled. Or at least this is the message I get when setting CURLOPT_ERRORBUFFER. Kindly,

Re: Curl + Visual Studio 2010 - Application fails to initialize

2012-02-15 Thread eli
your problem... Regards Poul Thomas On Mon, Feb 13, 2012 at 2:47 PM, Lars Nilsson chamael...@gmail.com wrote: On Mon, Feb 13, 2012 at 4:04 PM, eli net...@gmail.com wrote: Hi Lars, On both the PC and the laptop Dependency Walker can't find IESHIMS.DLL and WER.DLL. It was my initial suspicion

Curl + Visual Studio 2010 - Application fails to initialize

2012-02-13 Thread eli
I have a weird problem with libcurl and Visual Studio 2010. There are two PCs i work on, both have the same versions of Windows and the same versions of Visual Studio. The first is desktop PC and the second is laptop. I use the DLLs provided by libcurl-7.19.3-win32-ssl-msvc.zip within an MFC

Re: Curl + Visual Studio 2010 - Application fails to initialize

2012-02-13 Thread eli
...@gmail.com wrote: On Mon, Feb 13, 2012 at 1:51 PM, eli net...@gmail.com wrote: I use the DLLs provided by libcurl-7.19.3-win32-ssl-msvc.zip within an MFC project. I assume you have checked the dependencies of the dlls using Dependency Walker? Lars Nilsson

Re: Curl + Visual Studio 2010 - Application fails to initialize

2012-02-13 Thread eli
Hi Gisle, Its Windows XP + SP3. On Mon, Feb 13, 2012 at 10:00 PM, Gisle Vanem gva...@broadpark.no wrote: eli net...@gmail.com wrote: There are two PCs i work on, both have the same versions of Windows and the same versions of Visual Studio. The first is desktop PC and the second is laptop