Lessons from Building and Scaling Reddit's Ad Serving Platform with Go
about.sourcegraph.com
Lessons from Building and Scaling Reddit's Ad Serving Platform with Go
1–10 of 132 posts
Re: Lessons from Building and Scaling Reddit's Ad Serving Platform with Go
#2Re: Lessons from Building and Scaling Reddit's Ad Serving Platform with Go
#3Curious, which one is it? I suspect the former.
Re: Lessons from Building and Scaling Reddit's Ad Serving Platform with Go
#4> 12M posts per month, 2B posts per month Curious, which one is it? I suspect the former.
Re: Lessons from Building and Scaling Reddit's Ad Serving Platform with Go
#5poor performance, instead use fasthttp
Re: Lessons from Building and Scaling Reddit's Ad Serving Platform with Go
#6i will add to not use the default http.Client/Server, poor performance, instead use fasthttp
Re: Lessons from Building and Scaling Reddit's Ad Serving Platform with Go
#7Because all the hard work to serve ads more efficiently goes to waste when the site is a mess and unusable.
Re: Lessons from Building and Scaling Reddit's Ad Serving Platform with Go
#8i will add to not use the default http.Client/Server, poor performance, instead use fasthttp
Furthermore, the HTTP stack doesn't show up on most web servers' profiles. net/http is better understood by the community, interoperates with libraries better (e.g. golang.org/x/oauth2), and is better supported.
Use net/http.
Re: Lessons from Building and Scaling Reddit's Ad Serving Platform with Go
#9(Although even without adblock, are there actually all that many overt ads on Reddit, other than the sidebar ad which nearly always is an ad for a different subreddit?)
Re: Lessons from Building and Scaling Reddit's Ad Serving Platform with Go
#10A means for rapidly selecting and loading an advert which will then be blocked by the users' browser. (Although even without adblock, are there actually all that many overt ads on Reddit, other than the sidebar ad which nearly always is an ad for a different subreddit?)