6

Is it possible to do threading in Google Apps Script? Currently I am setting up triggers programmatically to do threading. Is there a better way?

Saqib Ali
  • 3,953
  • 10
  • 55
  • 100
  • 1
    About thread is an enhancement and are investigating possible solutions. [Issue 1973: Add support for long-running tasks](https://code.google.com/p/google-apps-script-issues/issues/detail?id=1973) and [Issue 2992: Multi Threading](https://code.google.com/p/google-apps-script-issues/issues/detail?id=2992) – wchiquito Aug 09 '13 at 22:39

1 Answers1

5

There is a great example from Bruce Mcphearson. His example Parallel Processing in Apps Script uses Map Reduce in exercise. He is utilizing triggers as well, but perhaps may provide some different perspective.

Thien Phan
  • 358
  • 4
  • 8
Cyrus Loree
  • 837
  • 6
  • 7