Have you programmed in Google's GO programming language by Google today?
Their Hello World is weeaboo!! It must be good!
Name:
Anonymous2009-11-11 19:30
>>49
Actually I imagine a webserver in go would be quite excellent. Their 'goroutines' have segmented stacks that start out 1k in size and grow exponentially. A process could launch tens of thousands of these to serve any number of connections, and they could all be doing heavyweight rendering of pages with negligible memory overhead because the libraries they load are shared.