DEV Community

Discussion on: Simple web server implemented in Perl and Go

Collapse
 
wi2l profile image
William Poussier • Edited

Thank you for the clear confirmation of my thoughts. I think the Go implementation would be even faster if each request was handled in is own service goroutine, but then that would be unfair for the perl version 😀

Thread Thread
 
suntong profile image
suntong

Thank you all for your code, thoughts and replies. I'll try to turn Axel's code into goroutine and see how far it will get us.