-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

David,

On 3/11/2011 3:02 PM, David kerber wrote:
> How might I expect the performance of 7 to compare to a late rev of 5.5
> or 6.0.x, running under JRE 6?  Specifically, my application has lots of
> small, simple requests, and the app does nothing but de-obfuscate (it's
> not really sophisticated enough to call it encryption) the data and save
> it to disk.  But it does a LOT of them, 60 to 100 per second during
> normal operation, more during very busy times.  The overall average when
> I checked last week was about 60 requests per second for the previous 10
> days, around the clock, >4.5M per day.
> 
> I spent quite a bit of effort in optimizing my app last year, and got
> some big gains in it, but now I'm again starting to not be able to keep
> up with the increased flow as our customer has doubled their number of
> installations, so I'm looking elsewhere for potential improvements. I've
> already checked my connection bandwidth, and that still has some
> headroom, though not a lot.  Can I expect TC 6 or 7 to handle larger
> numbers of very simple requests than 5.5 can?

Do you know if your problem is latency or throughput?

If latency is a problem, switching to the NIO connector may help handle
more connections within a given environment.

Tomcat 6 claims to have "memory usage optimizations" and "advanced IO
capabilities" which would indicate in general that performance is improved.

Tomcat 7 has "lots of internal code clean-up" which often, though not
always, results in a performance improvement.

As always, you should test your actual application to determine any
performance boost you would expect to see in a production environment.

I think you may be looking at an infrastructure upgrade, though.

Good luck,
- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk16jkkACgkQ9CaO5/Lv0PBGIgCfSl8CkdzBhrR1hoXTEIHG9ehK
q18An3niUMS11uk1c5F+Hq9Imknwi0n2
=ahcF
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to