Well, maybe you're one of the lucky guys that never had them, try searching on Google for "tomcat memory leaks", there's plenty of things about it, most of them related to the use and the inability to unload classes from the Jakarta commons libraries that Tomcat and the application both are using.
But this isn't really a discussion for a ROR list ;) And I'd go for Jetty anyway - http://jetty.mortbay.com/ - Maurício Linhares http://codeshooter.wordpress.com/ | http://twitter.com/mauriciojr On Mon, Jun 8, 2009 at 4:04 PM, Hassan Schroeder<[email protected]> wrote: > > 2009/6/8 Maurício Linhares <[email protected]>: >> >> Tomcat is famous for it's memory leaks and classloading issues, not >> really sure if they have improved it in anyway in this 6 version, but >> Tomcat 5 was a pain to get working specially if you used any of the >> Jakarta Commons libraries in your application. > > ? I've never had (or heard of) any such problems, and I've been > using Tomcat for Java apps since the 3.x days. > > And right now I have a multi-site production Tomcat 6.0.x server > that's been up for nearly a year. And yes, I use various commons > libraries on some of them. > > So I'd suggest your information is, at the least, out-of-date. > > -- > Hassan Schroeder ------------------------ [email protected] > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

