On Tue, Feb 4, 2014 at 4:08 AM, Ja kub <jjaku...@gmail.com> wrote:

> in Manager app I see:
> after
> ab  -k -n 100 -p post.txt http://localhost:18080/petclinic/session/fill
>
> on 18080 in petclinic 100 sessions
> on 28080 in petclinic 25 sessions
> on 38080 in petclinic 25 sessions
> on 48080 in petclinic 50 sessions     !!!! yes two times more
>
> after adding
> ab  -k -n 900 -p post.txt http://localhost:18080/petclinic/session/fill
>
> on 18080 in petclinic 1000 sessions
> on 28080 in petclinic 250 sessions
> on 38080 in petclinic 250 sessions
> on 48080 in petclinic 500 sessions   !!!! yes still two times more
>
> Is it not strange ?
> 18080, 28080, 38080, 48080 have the same configuration.
>
> What can be the cause ?
>
>
>
Jakub,

Well, good thing is that all 100 sessions (+900 later) were
replicated/backed up (by the BackupManager) to other cluster members that
host the same application --> 25+25+50 = 100 and 250+250+500 = 1000.

What happens if you repeat the experiment, but without one of the servers,
e.g. 28080?

Can you send your full cluster configuration? How are you starting you
servers? Do they start with the same JVM parameters (-Xmx and -Xms)?

Cheers!
n.

Reply via email to