From zero to Go: launching on the Google homepage in 24 hours
1–10 of 78 posts
Re: From zero to Go: launching on the Google homepage in 24 hours
#2Re: From zero to Go: launching on the Google homepage in 24 hours
#3If there is a finite number of possible images and each image takes CPU time to generate, then why not lazy cache the images in a CDN after generating them once?
Re: From zero to Go: launching on the Google homepage in 24 hours
#4This was interesting because I've never seen Go used in production yet. However, the solution is not optimal for performance (as his benchmarking suggests is one of the goals). If there is a finite number of possible images and each image takes CPU time to generate, then why not lazy cache the images in a CDN after generating them once?
Re: From zero to Go: launching on the Google homepage in 24 hours
#5Quoted post unavailable.
Re: From zero to Go: launching on the Google homepage in 24 hours
#6I have been thinking Go might be a good choice for a websocket proxy, like node.js is used in Juggernaut (http://flask.pocoo.org/snippets/80/).
Re: From zero to Go: launching on the Google homepage in 24 hours
#7Re: From zero to Go: launching on the Google homepage in 24 hours
#8This was interesting because I've never seen Go used in production yet. However, the solution is not optimal for performance (as his benchmarking suggests is one of the goals). If there is a finite number of possible images and each image takes CPU time to generate, then why not lazy cache the images in a CDN after generating them once?
Re: From zero to Go: launching on the Google homepage in 24 hours
#9How is Go's websocket support? I have been thinking Go might be a good choice for a websocket proxy, like node.js is used in Juggernaut ( http://flask.pocoo.org/snippets/80/ ).
Re: From zero to Go: launching on the Google homepage in 24 hours
#10Quoted post unavailable.