]> Cypherpunks repositories - gostls13.git/commit
godoc: added systematic throttling to indexing goroutine
authorRobert Griesemer <gri@golang.org>
Fri, 26 Aug 2011 00:46:43 +0000 (17:46 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 26 Aug 2011 00:46:43 +0000 (17:46 -0700)
commit3a1f29beec0435cc84921de207933a3c56e1bc9b
treeead31e42d7d248f7d0805f736df61d57e5d9510e
parent77db5ff50122b560c889024d41f54c3b722325c1
godoc: added systematic throttling to indexing goroutine

- implemented stand-alone Throttle mechanism
- added new flag -index_throttle to godoc
- index throttling enables index creation when running
  godoc on app engine as it keeps godoc responsive

R=rsc, dsymonds, adg
CC=golang-dev
https://golang.org/cl/4963043
src/cmd/godoc/Makefile
src/cmd/godoc/doc.go
src/cmd/godoc/godoc.go
src/cmd/godoc/index.go
src/cmd/godoc/throttle.go [new file with mode: 0644]