Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best continuously updated resource about python web "plumbing"

Tags:

python

wsgi

flup

I'm a programmer in Python who works on web-applications. I know a fair bit about the application level. But not so much about the underlying "plumbing" which I find myself having to configure or debug.

I'm thinking of everything from using memcached to flup, fcgi, WSGI etc.

When looking for information about these, online, Google typically delivers older-documents (eg. tutorials from before 2007), fragments of problems that may or may not have been resolved etc.

Are there any good comprehensive and up-to-date resources to learn about how to put together a modern, high-performance server? One that explains both principles of the architecture and the actual packages?

like image 589
interstar Avatar asked Dec 21 '25 12:12

interstar


1 Answers

Buy this. http://www.amazon.com/Scalable-Internet-Architectures-Developers-Library/dp/067232699X

like image 101
S.Lott Avatar answered Dec 23 '25 13:12

S.Lott