gae队列允许您采取可能长时间运行的进程,将它们变为简洁的任务(servlet)并将这些任务放到队列上以便在后台执行。
GAE queues allow you to take potentially long-running processes, break them up into succinct tasks (servlets), and throw those tasks onto queues to be executed in the background.
gae队列允许您采取可能长时间运行的进程,将它们变为简洁的任务(servlet)并将这些任务放到队列上以便在后台执行。
GAE queues allow you to take potentially long-running processes, break them up into succinct tasks (servlets), and throw those tasks onto queues to be executed in the background.
应用推荐