curl-loader
Status: Alpha
Brought to you by:
coroberti
From: Swagatika D. <swa...@gm...> - 2015-03-02 07:28:33
|
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 |