Re: Questions with curl-loader 0.53
Status: Alpha
Brought to you by:
coroberti
From: Robert I. <cor...@gm...> - 2011-10-22 16:57:41
|
Dear Sha, Shuchao. On Thu, Oct 20, 2011 at 5:17 AM, Shao, Shuchao <ss...@we...> wrote: > 1. I noticed there are two new params ( URL_RANDOM_RANGE and > URL_RANDOM_TOKEN ) which introduced by 0.5.3, but seems there is no > document/help sys to mention how to use them? Could you give an example how > to use them? They are explained in man page as well as in README. There is a sample configuration file as well. > > 2. When I launch curl-loader with –t option (e.g. –t 10), I always get > “segmentation fault”, while all the things will go to OK if get rid if this > option. Does any of you have tested if this option works? If yes, could you > give me some suggestions how to use it? You can compile it it with -g (make debug=1 optimize=1) option, allow core in your shell by: #ulimit -c unlimited get the core, inspect it and, hopefully, to find the bug. I was using this option with -t 2 and -t 4. I'd recommend to try it equal to the number of effective CPU cores. > > 3. As I know, the current version supports to read the usernames and > passwords from file when login to a webserver, while does NOT support to > read credentials from a file when authenticate against a proxy server using > NTLM method. I have written some code to support it, please find the patch > file from attachment if you have interest. Thank you for your patch very much! I'll look at it at my free timeslot. My understanding is that proxy authentication using passwords from file is not supported for all other methods as well (Digest, Basic, etc) >From what I mem, NTML is only recently started to be supported in libcurl that curl-loader is using for multiple connections. What is the number of connections it works for you? -- Regards, Robert Iakobashvili, Ph.D. Home: http://www.ghotit.com Blog: http://dyslexia-blog.ghotit.com Twitter: http://twitter.com/ghotit Facebook: http://facebook.com/ghotit ...................................................................... Ghotit Dyslexia Assistive technology that understands you ...................................................................... > Thanks, > > Simon > > > > Protected by Websense Hosted Email Security — www.websense.com > > ------------------------------------------------------------------------------ > The demand for IT networking professionals continues to grow, and the > demand for specialized networking skills is growing even more rapidly. > Take a complimentary Learning@Ciosco Self-Assessment and learn > about Cisco certifications, training, and career opportunities. > http://p.sf.net/sfu/cisco-dev2dev > _______________________________________________ > curl-loader-devel mailing list > cur...@li... > https://lists.sourceforge.net/lists/listinfo/curl-loader-devel > > |