On 03/11/2015 01:24 AM, tolu...@gmail.com wrote:
- I am running an Apache2 web server. I believe the site is running as a
fast cgi script. Does that also hamper performance?

Yes. I suggest using WSGI. http://trac.edgewall.org/wiki/TracModWSGI

- There are about 1000 tickets, and about 50 users.

Eeep... we couldn't get past 5 users on SQLite. SQLite has very coarse locking, so it would lock whole tables and users would get errors. We switched to PostgreSQL (not my favorite, but MySQL support was pretty new at the time) and things got loads better.

--
Matthew Caron, Software Build Engineer
Red Lion Controls | www.redlion.net
+1 (518) 877-5173 x138 office

--
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to