Best architecture for proxy?

Andrew Warkentin andreww at datanet.ab.ca
Tue Jul 10 10:10:39 EDT 2007


I am going to write a general-purpose modular proxy in Python. It will
consist of a simple core and several modules for things like filtering
and caching. I am not sure whether it is better to use multithreading,
or to use an event-driven networking library like Twisted or Medusa/
Asyncore. Which would be the better architecture to use?




More information about the Python-list mailing list