First, we will briefly introduce resin. Resin is a popular product of Caucho.Application ServerProvides excellent support for servlet and JSP, and provides excellent performance. Resin usesJava language development. SupportedServer Load balancer.
Resin uses version 3.0 and tomcat 6.0.
1. Compare the charges first:
Resin is free for personal development. If you need to publish a development product as a commercial product, you will be charged.
Tomcat is open-source and free of charge.
2. It is a little troublesome to configure multiple running instances on one machine for resin. Unlike copying multiple copies of Tomcat, you can modify the ports to be completely independent.
3. In the latest resin 3.1/3.2, the URL will be automatically decoded, resulting in the original running of Normal programs on Tomcat and resin 3.0, and some garbled characters will occur in the new version.
There is no problem in stability between the two, and there is no big difference in performance when the traffic volume is small. Currently, many Tomcat instances are selected.
Which one is more suitable for you for comparing Tomcat and resin?