Re: curl-loader
Status: Alpha
Brought to you by:
coroberti
From: Swagatika D. <swa...@gm...> - 2015-03-02 10:05:57
|
thank u sir. i got what u want to tell even i got the output also but the thing is that if i have 50 files then i have to make 50 URL_SECTIONS like http://x.x.x.x/1.doc http://x.x.x.x/2.doc http://x.x.x.x/3.doc etc.if my CLIENT_NUM_MAX = 10 then i can able to send (50*10=500 ) requests. first 10 req for 1.doc, second 10 request for 2.doc like that. cant we send all the request randomly... regards swa On Mon, Mar 2, 2015 at 2:15 PM, Swagatika Das <swa...@gm...> wrote: > but which tag sir....the given tag i used its taking one url at a > time...how could i generate random file name and add them in url > like random file name = {1.doc,2.doc,3.doc etc} > then i have to add them in url by which all request send should be > concurrence > > plz help > > > swa > > On Mon, Mar 2, 2015 at 1:07 PM, Robert Iakobashvili <cor...@gm...> > wrote: > >> Sure, it could be done. >> >> Read the FAQs and HOW-TOS pages: >> http://curl-loader.sourceforge.net/doc/faq.html >> >> Look at the examples directory in the code tarball >> where many examples appear. >> >> You need to state number of URL sections >> and arrange a section per URL u have. >> >> You can also provide a probability weight for each URL. >> >> All these options are well described in the docs supplied. >> See in the docs directory. >> >> Regards, >> Robert >> >> >> On Mon, Mar 2, 2015 at 9:28 AM, Swagatika Das <swa...@gm...> >> wrote: >> > sir/madam >> > >> > >> > I am totally new to curl-loader. but from the examples of it >> (conf-example) >> > i can able to send multiple curl request parallel y but all are having >> same >> > url (let in my URL tag = "http://x.x.x.x/1.doc") and client_max - >> 10000 then >> > all the 10000 request are for 1.doc file. can it be possible to send >> request >> > for 2.doc,3.doc,4.doc. >> > URL= "x.x.x.x/1.doc" >> > URL="x.x.x.x/2.doc" >> > URL="x.x.x.x/3.doc" etc >> > thank you >> > >> > >> > regards >> > >> > >> > swa >> > >> > >> ------------------------------------------------------------------------------ >> > Dive into the World of Parallel Programming The Go Parallel Website, >> > sponsored >> > by Intel and developed in partnership with Slashdot Media, is your hub >> for >> > all >> > things parallel software development, from weekly thought leadership >> blogs >> > to >> > news, videos, case studies, tutorials and more. Take a look and join the >> > conversation now. http://goparallel.sourceforge.net/ >> > _______________________________________________ >> > curl-loader-devel mailing list >> > cur...@li... >> > https://lists.sourceforge.net/lists/listinfo/curl-loader-devel >> > >> >> >> ------------------------------------------------------------------------------ >> Dive into the World of Parallel Programming The Go Parallel Website, >> sponsored >> by Intel and developed in partnership with Slashdot Media, is your hub >> for all >> things parallel software development, from weekly thought leadership >> blogs to >> news, videos, case studies, tutorials and more. Take a look and join the >> conversation now. http://goparallel.sourceforge.net/ >> _______________________________________________ >> curl-loader-devel mailing list >> cur...@li... >> https://lists.sourceforge.net/lists/listinfo/curl-loader-devel >> > > |