Re: Question: different clients accessing/using diff URLs
Status: Alpha
Brought to you by:
coroberti
From: Robert I. <cor...@gm...> - 2013-09-16 20:52:33
|
Please, dig in the code, docs and examples. This is open-source - you have the code. Success! On Mon, Sep 16, 2013 at 11:46 PM, dt3...@ya... <dt3...@ya...> wrote: > Thank you Robert for your prompt response. Much appreciated. > > 1. Since none of the URLs that I use have anything in common (with the > exception of starting with 'http://'), I suppose I can do the following: > URL_TEMPLATE = http://%s > URL_TOKEN_FILE= <file containing the rest of URL strings one per line> > > 2. Assuming what I have stated above works, I hope you don't mind me asking > this follow up question: > Using the above scheme and assuming that CYCLES_NUM > 1, at the beginning of > 2nd CYCLE, does cur-loader continues reading the URL_TOKEN_FILE where it > left at the end of CYCLE 1 or it starts reading it from the beginning again? > > 3. Finally, I failed to understand what you meant by example added once by > Garry Fitts. > I have read the README and example url-template*conf files but did not see > anything specific that would directly addresses my question. No need to > spend your time on addressing this, if what I have stated in #1 above works. > > Regards, > DT > > > ________________________________ > From: Robert Iakobashvili <cor...@gm...> > To: curl-loader-devel <cur...@li...> > Sent: Monday, September 16, 2013 12:12 PM > Subject: Re: Question: different clients accessing/using diff URLs > > Hi, > Read about URL-template tag and example > added once by Garry Fitts. > > Robert > > On Mon, Sep 16, 2013 at 10:03 PM, dt3...@ya... > <dt3...@ya...> wrote: >> New user to curl-loader. Great tool. >> >> Question: >> Is it possible to set up a conf file whereby each client uses a >> specific/different set of URLs(=unique to that client)? >> 1. In its simplest form, I want to be able to have >> client_1 use URL1 >> client_2 ... URL2 >> ... >> client_n ... URln >> simultaneously. >> >> In this case, >> - each set of URls for a given client has only one (possibly unique) URL >> in >> it >> -n clients will be running simultaneously, >> - each client will access one URL. >> >> 2. In its most complex form, I want to be able to have >> client_1 use URL1_1 through URL1_n sequentially >> client_2 ... URL2_1 through URL2_m seq >> ... >> client_n .. URLn_1 through URLn_p seq >> simultaneously. >> >> In this case, >> - n clients will be running simultaneously, >> - each client will access its set of URL sequentially. >> >> If this is too complex to do, I'll be happy if I can do the simplest case >> (#1 mentioned above). >> >> Thanks in advance for taking time to respond to my question. >> >> Regards, >> DT >> >> >> >> ------------------------------------------------------------------------------ >> LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! >> 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, >> SharePoint >> 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack >> includes >> Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. >> >> http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk >> _______________________________________________ >> curl-loader-devel mailing list >> cur...@li... >> https://lists.sourceforge.net/lists/listinfo/curl-loader-devel >> > > > > -- > Regards, > Robert Iakobashvili, Ph.D. > > Home: http://www.ghotit.com > .............................................. > Ghotit Dyslexia > Das Ist Real Writer & Reader > ............................................... > > ------------------------------------------------------------------------------ > LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! > 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack > includes > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. > http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk > _______________________________________________ > curl-loader-devel mailing list > cur...@li... > https://lists.sourceforge.net/lists/listinfo/curl-loader-devel > > > > ------------------------------------------------------------------------------ > LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! > 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack > includes > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. > http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk > _______________________________________________ > curl-loader-devel mailing list > cur...@li... > https://lists.sourceforge.net/lists/listinfo/curl-loader-devel > -- Regards, Robert Iakobashvili, Ph.D. Home: http://www.ghotit.com .............................................. Ghotit Dyslexia Das Ist Real Writer & Reader ............................................... |