[
https://issues.apache.org/jira/browse/OLIO-52?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shanti Subramanyam resolved OLIO-52.
------------------------------------
Resolution: Fixed
http://svn.apache.org/viewvc?rev=743827&view=rev
The issue was that as attendees keep getting added during the run, trying
to retrieve all of them causes more and more rows to be retrieved. The current
fix simply
limits the attendee retrievals to 20. Longer term, we need to add a paging
mechanism.
> Web application consumes increasingly more time as run progresses
> -----------------------------------------------------------------
>
> Key: OLIO-52
> URL: https://issues.apache.org/jira/browse/OLIO-52
> Project: Olio
> Issue Type: Bug
> Components: php-app
> Reporter: Shanti Subramanyam
> Assignee: Shanti Subramanyam
>
> As we run for a long period of time, we notice that the usr time on the web
> server system keeps going up. As a result of this, the response times start
> to increase and depending on the idle time left on the system, the response
> times can fail.
> On analysis, this was tracked down to "GET /events.php?socialEventID=xxx".
> The access_log shows increasing time for this request.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.