On May 30, 1:48 am, cd34 <[email protected]> wrote:
>
> Is the site Forward Facing or a backend?
Forward facing.
> How is the site deployed? (mod_wsgi, mod_python, apache2, proxy,
> paster, etc)
mod_wsgi in daemon mode with apache2.
> What templating engine is used? (Genshi, Mako, Jijna, etc)
Mako.
> How have web designers reacted to the constraints placed with the
> templating engine you used?
There are no Web designers.
> Are static files served by TG2?
No, they are served directly by Apache (the same instance which hosts
the mod_wsgi daemons).
> How much daily traffic are you seeing? (hundreds, thousands, tens of
> thousands)
Roughly 10000 pages a day, all during business hours. I think it could
easily handle 10x more ("uptime" says load average: 0.00, 0.00, 0.00).
> What type of hardware/hosting? (virtual, virtual machine, dedicated,
> cluster, etc)
A single-core virtual machine with 1GB RAM. It hosts the Web server,
the application and the PostgreSQL database.
> What implementation issues have you run into?
You should use virtualenv to control the environment of your
application. "yolk" will help you know what can be ugraded
(easy_install -U is crap).
> What steps have been taken to plan for the thundering herd?
It's an internal application, no chance of a thundering herd.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---