[Twisted-Python] Volunteer for twisted code Reviews and Commits
exarkun at twistedmatrix.com
exarkun at twistedmatrix.com
Sat Nov 7 07:07:23 MST 2009
On 01:51 pm, david.lyon at preisshare.net wrote:
>Hi Jean-Paul,
>
>On Sat, 07 Nov 2009 13:32:28 -0000, exarkun at twistedmatrix.com wrote:
>>A server farm doesn't buy us anything, as trac can't be scaled up
>>across
>>multiple hosts (or even multiple CPUs on a single host).
>
>I'm surprised to hear that.
>
>Usually replication of servers for read requests works well
>with dns sharing.
>
>Does Trac not run a database? that can go on another machine and
>lighten the load.
>
>Anyway, it's your call. Keep up the good work.
Part of the trouble is that there are no trac requests which are read-
only. Even anonymous view requests do things to the session table.
That could probably be overcome with some coding. Perhaps someone would
like to work on that? It would be useful, although there may be better
ways to spend trac maintenance time (but maybe not, who knows!).
Jean-Paul
More information about the Twisted-Python
mailing list