> What are some sites using TurboGears 2.0 in a production setting?

It's a rather small CRM for our customer - a debt collector agency.
It's in an early beta stage, but new modules are deployed into
production every week.

This project is my team's (and my own) first TG2 project. We started
only in January and never had no experience with TG, Elixir or even
Pylons or any other Python framework before.

> Is the site Forward Facing or a backend?

Forward Facing.

> How is the site deployed? (mod_wsgi, mod_python, apache2, proxy,
> paster, etc)

We use paster right now, but will switch to mod_wsgi soon.

> What templating engine is used? (Genshi, Mako, Jijna, etc)

Genshi, it's by default and it's easy to use for a non-designer.

> How have web designers reacted to the constraints placed with the
> templating engine you used?

We have no designers.

> Are static files served by TG2?

Yes, but these are only stylesheets, a few javascripts and a dozen of
small PNGs.

> How much daily traffic are you seeing? (hundreds, thousands, tens of
> thousands)

Well... There are 7 active users; that makes approx. ~3000hits a day,
not more. Plus some JSON requests.

> What type of hardware/hosting? (virtual, virtual machine, dedicated,
> cluster, etc)

It's an old PIV-1700MHz with 512Mb RIMMs and a a couple of 40Gb HDDs
in a software mirror; it also acts as a mailserver (MTA+LDA+IMAP),
which makes most of load. It runs Linux 2.6.24 and Python 2.5. The
database server is much faster, it's a dual Xeon with hardware SATA
mirror, running Windows Server and MySQL 5.1.

> What implementation issues have you run into?

Hmmm... more examples would be greater ;)

> What steps have been taken to plan for the thundering herd?

None yet. Time will tell :)

--
    Sergei

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to