Re:
Status: Alpha
Brought to you by:
coroberti
From: Eric M. <ehm...@gm...> - 2013-11-13 18:00:48
|
thanks for the quick response. I do have a route to the destination, these errors only occur after launching a second batch of 253 clients to the same destination web server. I will go back and read the documents again, i guess the below line in my configuration file (which is from one of the samples provided in the code) through me off. #TIMER_URL_COMPLETION = 500000 thanks, Eric On Wed, Nov 13, 2013 at 12:11 PM, Robert Iakobashvili <cor...@gm...>wrote: > Eric, > Nothing to deal with the timers in conf file; > please read the FAQs and README. > > You do not have route from your src-IP > to the target or there's no server running. > > ping command has an option to bind to a certain source IP-address > (I mem -I, but read man ping) and ping the destination IP or URL. > > Take care, > Robert > > On Wed, Nov 13, 2013 at 6:56 PM, Eric Mueller <ehm...@gm...> wrote: > > hello, > > > > It seems that when I change the below parameter I still receive the below > > error messages. Could you please point out what I am doing wrong here? > > > > TIMER_URL_COMPLETION = 0 > > > > TIMER_URL_COMPLETION = 10000 > > > > > > > > 19321 0 0 183 !! ERR Connection timed out after 5057 milliseconds > > 19321 0 0 184 !! ERR Connection timed out after 5057 milliseconds > > 19321 0 0 185 !! ERR Connection timed out after 5057 milliseconds > > 19321 0 0 186 !! ERR Connection timed out after 5057 milliseconds > > 19321 0 0 187 !! ERR Connection timed out after 5057 milliseconds > > 19321 0 0 188 !! ERR Connection timed out after 5057 milliseconds > > > > > > thanks, > > Eric > > > > > ------------------------------------------------------------------------------ > > DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps > > OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access > > Free app hosting. Or install the open source package on any LAMP server. > > Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native! > > > http://pubads.g.doubleclick.net/gampad/clk?id=63469471&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 > ............................................... > > > ------------------------------------------------------------------------------ > DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps > OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access > Free app hosting. Or install the open source package on any LAMP server. > Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native! > http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk > _______________________________________________ > curl-loader-devel mailing list > cur...@li... > https://lists.sourceforge.net/lists/listinfo/curl-loader-devel > |