[Developers] Acre time limit(s)?

Tom Morris tfmorris at gmail.com
Mon May 18 20:27:03 UTC 2009


On Mon, May 18, 2009 at 4:12 PM, Jason Douglas <jason at metaweb.com> wrote:
> On May 18, 2009, at 1:00 PM, Tom Morris wrote:
>
> There's a 30 second time limit on a script completing (URL request).

OK, so anything longer than 10-15 seconds needs to use some
asynchronous AJAXy techniques or something (probably a good idea from
a user feedback point of view anyway).

> If you put acre.console=1 as a query string arg on any Acre URL
> and click the show debug
> checkbox, you can get some sense of where the time is being spent by
> looking at the time marker on the messages.

I've tried that a bunch of different times with limited success.  For
this guy's app, it just gives a blank frame for the app and "logs not
available" in the console app.
http://gendata.namwkim.user.dev.freebaseapps.com/?acre.console=1

> There will also be a lot more
> detailed information
> on timings in this console in the next Acre release (1-2 weeks).

Cool.  I'll look for it.  What about some kind of built-in support for
worker threads, task queues, or some other built-in mechanism to
offload time consuming operations to the background?  Anything like
that in the pipe?

Tom


More information about the Developers mailing list