So is there no way of getting around this scenario?

Regards

Chris

On Nov 28, 1:44 am, James H <james.hollier...@gmail.com> wrote:
> Seems intense transactions like yours are what GAE is trying to avoid
> with high priority cycles reserved for the User Interface.  The Task
> Queue and Cron subsystems help with intense batch operations such as
> this.  But, even with those you have to breakdown the work into small
> units.
>
> On Nov 27, 8:32 am, chris <christopher.morr...@ac-soft.co.uk> wrote:
>
>
>
> > Hi,
>
> > I'm trying to return 5000 rows by using 5 sets of 1000.  However the
> > CPU utlization is really high.  I need to get the full 5000 to work
> > out a calculation based on the data.  This prevents me from performing
> > any paging operations.  I don't need to display all the data at once
> > but simply getting the rows is causing some issues.  I don't want the
> > high cpu utilization to cause the requests to timeout.
>
> > Does anyone know of anything i could try?
>
> > Regards
>
> > Chris- Hide quoted text -
>
> - Show quoted text -

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.


Reply via email to