Problem
I have Xen setup on my Debian Etch development machine and run a Pylons application in one of the Xen virtual machines. When I run the paste server to serve the Pylons app and visit it from the same machine it responds instantly as expected but each request made from the host system has a 10 second delay.
Resolution
Upgrading to Paste==dev,>=1.2.1 fixed this problem.