You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Matt Hogstrom (JIRA)" <de...@geronimo.apache.org> on 2007/10/08 18:20:50 UTC

[jira] Created: (DAYTRADER-57) Enhance Configuration by pre-populating the Max Users and Max Quotes based on database cardinality

Enhance Configuration by pre-populating the Max Users and Max Quotes based on database cardinality
--------------------------------------------------------------------------------------------------

                 Key: DAYTRADER-57
                 URL: https://issues.apache.org/jira/browse/DAYTRADER-57
             Project: DayTrader
          Issue Type: Improvement
    Affects Versions: 2.0
         Environment: All
            Reporter: Matt Hogstrom
            Priority: Trivial
             Fix For: 2.0


Currently DayTrader defaults to a maximum number of users of 200 and maximum quotes of 400.  If these values are changed and the server is restarted then the changes are lost.  Many primitives rely on this information for performance testing.  To simplify the testers life the configuration system will query the database for the cardinality of the current user and quote population.  This value will become the default.  If the database is not populated then the default will be set to 500 / 1000 and a warning message will be issued on the configuration panel.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.