Ticket #6 (new enhancement)

Opened 5 years ago

add servers that support multiple applications

Reported by: asaddi Assigned to: asaddi
Priority: minor Milestone:
Component: flup.server Version:
Keywords: Cc:

Description

It would be interesting to create servers that could serve multiple applications. Applications could be distinguished either by port or by context path.

It would help reduce management overhead by allowing all your Python apps to be served by a single script. The only significant disadvantage is losing isolation between the different apps.