Greetings,
I have a question for those of you who have worked with Apache and the Oracle 10g app server.
I am running an application on both Apache and Oracle 10g 10.1.2.0.2. I am sending a large zip file wrapped in an xml as a parameter. When executing a
Enumeration enum = request.getParameterNames()
command it takes about 30 seconds.
The same command on an Apache server takes less than two seconds.
I loop through the enumeration and here are the first few lines of the parameter value. The file is the only parameter.
<Root xmlns:dt="urn:schemas-microsoft-com:datatypes"><Document>CEAS</Document><Data1 dt:dt="bin.base64">UEsDBAoAAAAAALe0ozQAAAAAAAAAAAAAAAAIACQAMTA0MDAwMS8KACAAAAAAAAEAGABirMje
PG/GAWKsyN48b8YBJSXH3jxvxgFQSwMEFAAAAAgAs7SjNOdj4jj8bgAAANAKAA0AJABpbnZl
Does anybody know why this command would take so long on an Oracle server but not Apache? I also have the same problem with the getParameterMap() and getParameter(String) values.
Thanks in advance.
Jeff Sulman
I have a question for those of you who have worked with Apache and the Oracle 10g app server.
I am running an application on both Apache and Oracle 10g 10.1.2.0.2. I am sending a large zip file wrapped in an xml as a parameter. When executing a
Enumeration enum = request.getParameterNames()
command it takes about 30 seconds.
The same command on an Apache server takes less than two seconds.
I loop through the enumeration and here are the first few lines of the parameter value. The file is the only parameter.
<Root xmlns:dt="urn:schemas-microsoft-com:datatypes"><Document>CEAS</Document><Data1 dt:dt="bin.base64">UEsDBAoAAAAAALe0ozQAAAAAAAAAAAAAAAAIACQAMTA0MDAwMS8KACAAAAAAAAEAGABirMje
PG/GAWKsyN48b8YBJSXH3jxvxgFQSwMEFAAAAAgAs7SjNOdj4jj8bgAAANAKAA0AJABpbnZl
Does anybody know why this command would take so long on an Oracle server but not Apache? I also have the same problem with the getParameterMap() and getParameter(String) values.
Thanks in advance.
Jeff Sulman