Skip to Content.
Sympa Menu

comanage-dev - Re: [comanage-dev] scaling issue with REST queries

Subject: COmanage Developers List

List archive

Re: [comanage-dev] scaling issue with REST queries


Chronological Thread 
  • From: Benn Oshrin <>
  • To:
  • Subject: Re: [comanage-dev] scaling issue with REST queries
  • Date: Sun, 03 Mar 2013 14:50:20 -0500
  • Authentication-results: sfpop-ironport03.merit.edu; dkim=neutral (message not signed) header.i=none

On 3/3/13 1:59 PM, Scott Koranda wrote:

When attempting to query for all email addresses or all
identifiers I see this:

Fatal error: Maximum execution time of 30 seconds exceeded in
/home/skoranda/COmanage/0.7/lib/Cake/Model/Model.php on line
1274

I will attempt to work around this for now but we will want to
understand why this is happening. The server machine is more
than powerful enough to deal with a few thousand rows in a
database.

Is it timing out on a SQL call or in PHP/Apache?

Separate from query optimization (which I agree shouldn't take > 30 seconds), we should also support pagination.

-Benn-



Archive powered by MHonArc 2.6.16.

Top of Page