the paste source has a close_connection attribute / param in HTTPRequest http://pythonpaste.org/script/paste/script/wsgiserver/__init__.py.html?f=87&l=480#87
maybe your app is configured to close the connection after every request ? or maybe httplib does that by default , and you need to request it stay open ? you should check to see if the client is requesting the connection be closed or not. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
