Each customer is using an identical platform, just with different database.
 My thought was to use a single application and, using the URL to determine
the customer, connect to the customer's database.  It would make setup
extremely easy to automate, which is one of the goals for the project, as
well as saving memory.  However, feel free to advise against this.

Nginx does seem like the way to go.  Any suggests on a WSGI server to use
with it?

Best Regards,
Theron Luhn
Web Developer, Panthr

Tel: 608.205.4223
Email: [email protected]
Web: www.madebypanthr.com




On Thu, Mar 8, 2012 at 10:57 AM, Jonathan Vanasco <[email protected]>wrote:

> Not talking about Pyramid / WSGI layer itself...
>
> Assuming that these are just "skinning" a platform for customers, I
> would keep away from running each application on a separate IP and try
> to handle them via virtualhosts.  The rationale for this is:
> 1. It's easier to step & repeat for new clients
> 2. If you hit bottlenecks, you can scale out all of one component at
> the same time
> 3. In terms of server maintenance, you'll have different types of
> exact setups for machines.
>
> You probably are planning for this already, but i'll mention anyways
> -- you'll also want to have Varnish and/or Nginx running in front of
> your setup.  That'll take care of issues from slow-connections and
> offload any static serving from whatever WSGI server you choose.
>
> --
> 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].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/pylons-discuss?hl=en.
>
>

-- 
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].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to