I'd go with 'or'.  In the TC 3.x line, the HTTP Connector really s*cked
(except that with the TC 3.3.2-dev nightly, you have the option of using the
same CoyoteConnector as TC 4.1.x-5.0.x :). Unless you *need* the features of
e.g. mod_rewrite, mod_php, I'd agree with Yoav, and you should use Tomcat as
stand-alone.

"Shapira, Yoav" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]

Howdy,

>Hm, we have setup IIS in front of Tomcat so it can serve off the static
>content, I thought that was the conventional wisdom.

Conventional and/or outdated.  "Or" is the more likely operator in the
previous sentence.

>We're looking at about 300+ users of which maybe lets say 20 concurrent
at
>quiet times, probably approaching 100+ when we announce something.
Would
>you say Tomcat can handle that fairly well including the static stuff?

Yeah, I would, but the specifics depend on your application, your
hardware, your OS.  It's not hard to test: put together a JMeter (or AB,
or Grinder, or whatever tool you like) test plan that simulates however
many concurrent users you expect, run it on tomcat standalone, on tomcat
with IIS, on a cluster, iteratively tune the system, and see what
happens.

>Would I just need to look at server.xml to get more performance from
Tomcat
>(exluding the JProfiler run) or is a cluster a really good idea too. If
a

Again, depends on your requirements.  Clusters increase setup and
maintenance costs, but can also increase reliability and possibly
performance if you balance the load in the cluster.  Read Filip Hanik's
various docs and articles on tomcat clustering.

Yoav Shapira



This e-mail, including any attachments, is a confidential business
communication, and may contain information that is confidential, proprietary
and/or privileged.  This e-mail is intended only for the individual(s) to
whom it is addressed, and may not be saved, copied, printed, disclosed or
used by anyone else.  If you are not the(an) intended recipient, please
immediately delete this e-mail from your computer system and notify the
sender.  Thank you.




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

Reply via email to