On Fri, Dec 12, 2014 at 6:09 PM, Rose, John B wrote:
> I should have phrased that "how frequent is a new group of concurrent
> requests performed?"
If you ask for 10,000 requests with a concurrency of 5. There are 5
threads each going as fast as possible to reach 10k total. It does
not try to bu
I should have phrased that "how frequent is a new group of concurrent
requests performed?"
On 12/12/14 10:39 AM, "Eric Covener" wrote:
>On Fri, Dec 12, 2014 at 10:35 AM, Rose, John B wrote:
>> In the "ab" documentation
>>
>>
>> http://httpd.apache.org/docs/2.2/programs/ab.html
>>
>>
>> it says
We get this error when using concurrent connections over 300 or so
ab -n 25 -c 500 someserver.zyz.com
This is ApacheBench, Version 2.3 <$Revision: 655654 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.o
concurrent means now/always
what u confuse it to is transaction rate
On 12 Dec 2014 16:36, "Rose, John B" wrote:
> In the "ab" documentation
>
>
> http://httpd.apache.org/docs/2.2/programs/ab.html
>
>
> it says ...
>
>
> *-c concurrency*
>
> * Number of multiple requests to peform at a time
On Fri, Dec 12, 2014 at 10:35 AM, Rose, John B wrote:
> In the "ab" documentation
>
>
> http://httpd.apache.org/docs/2.2/programs/ab.html
>
>
> it says ...
>
>
> -c concurrency
>
> Number of multiple requests to peform at a time.
>
>
> Exactly what does "at a time" mean? Every second?
In parall
In the "ab" documentation
http://httpd.apache.org/docs/2.2/programs/ab.html
it says ...
-c concurrency
Number of multiple requests to peform at a time.
Exactly what does "at a time" mean? Every second?
Thanks
Thanks, Kees, I will try.
2014-11-09 19:01 GMT-03:00 Kees Nuyt :
> On Sun, 9 Nov 2014 11:04:33 -0300, you wrote:
>
>>Hello!
>>
>>I`m digging with this problem for a while and couldn`t find references
>>in lists or searches.
>>
>>In Apache 2.4.7 I`m using "InputFilter DEFLATE" to inflate gzipped
>>
For a one page web site
The page will have a very large number of visitors in a short time. There will
be simple text updates on the page and users will check back frequently to see
the updates.
Say 100k visitors each minute.
For instance an emergency/disaster information/status page.
1. I
Hi All,
We are setting up SSL connection for a web application, we have
apache2.2(httpd) and Jboss AS 7.1, we are using mod_cluster and mod_ssl.
its works for login and other initial pages , *but its giving error when we
post huge data*, we can see the data being posted to apache in the
ssl_err
Hi all, I've two backend server that require HTTP auth and I need the proxy
ask for it and forward to backend server.
Proxy doesn't have the user/password file.
In Apache 2.2 I solved in this way:
ProxyPass / balancer://hotcluster/
BalancerMember http://ip1/ loa
10 matches
Mail list logo