>what's about loadbalancing?
>
>say, we have defined local loadbalancing using
>5 ajp13-worker at workers.properties, and we
>have at server.xml:
><Ajp13Connector port="8009" 
>                          maxThreads="100"
>                          maxSpareThreads="50"
>                          minSpareThreads="10" />

You have the 5 tomcat running on different machines ?

>Does this mean, we can support through the
>loadbalancer 100 threads or 500 threads
>(100 * number of workers(5) = 500)?

If you have 5 Tomcat, and that each one could 
eat up to 100 Ajp13 threads, yes you could have
500 threads working for you, but in that case the
Apache web-server will have to be set to 500 MaxClients.

>b.t.w, another question:
>when using local loadbalancing, does every
>worker has its own VM or are they sharing
>all the same VM?

I didn't understand well, you could specify your
configuration...


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to