[jboss-jira] [JBoss JIRA] (AS7-3898) Improve the processing time of a request with a large number of parameters on JBossAS7.1.

Remy Maucherat (JIRA) jira-events at lists.jboss.org
Fri Feb 24 12:56:36 EST 2012


     [ https://issues.jboss.org/browse/AS7-3898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Remy Maucherat reopened AS7-3898:
---------------------------------



After reviewing your test case, although the performance of the implementation with a large number of parameters is not going to perform extremely well (it is supposed to deal with smaller numbers in a GC friendly way, and is limited to 512 by default), there should be room to improve it.

In particular, getParameterMap uses getParameterNames and getParamaterValues, which is expensive with this implementation. So this should have its own specialized implementation.
                
> Improve the processing time of a request with a large number of parameters on JBossAS7.1.
> -----------------------------------------------------------------------------------------
>
>                 Key: AS7-3898
>                 URL: https://issues.jboss.org/browse/AS7-3898
>             Project: Application Server 7
>          Issue Type: Enhancement
>          Components: Web
>    Affects Versions: 7.1.0.Final
>            Reporter: Toshio Oya
>            Assignee: Remy Maucherat
>         Attachments: modified-7.1.0.Final.zip
>
>
> JBAS-9472 which is reported as an enhancement request for JBossAS 5.1.0.GA, is reproduced on JBossAS 7.1.0.Final.
> So, we have created a patch for JBossAS 7.1.0.Final.
> We want to incorporate this patch in JBoss AS 7.x.
> Please see JBAS-9472.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list