1 Reply Latest reply on Dec 22, 2013 2:39 AM by jaikiran

    catalina CGIServlet performance

    sylvainp

      Hi,

       

      The case :

      I am moving a cgi bin written in C deployed under an old Sun Webserve 6.1 on our Aix server to a Jboss eap 6.1.

      To deploy it under Jboss I did this kind of thing

      http://tomcat.apache.org/tomcat-7.0-doc/cgi-howto.html

      https://blogs.oracle.com/swchan/entry/common_gateway_interface_in_glassfish

      => the cgi is served by org.apache.catalina.servlets.CGIServlet as defined in the web.xml

       

      The issue :

      it responds 4 to 10 times slower!

       

      Any clue ?

      Thanks.