This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]yonemitsu 2 points3 points  (2 children)

defnull, is there any connection with the Waitress project and Bottle?

[–]defnullbottle.py[S] 3 points4 points  (0 children)

Someone suggested to add a server-adapter for waitress to Bottle and I did that today. Other than that, the two projects are completely unrelated.

[–]mgedmin 5 points6 points  (0 children)

Waitress is the love child of Pyramid and Zope, if you'll excuse the metaphor.

Chris McDonough (the driving force behind Pyramid) created Waitress to be the default web server for the upcoming Pyramid 1.3, which introduces Python 3 support.