No, Python in general does not benefit from parallelism very much. Trac is also not generally very CPU intensive. Postgres, on the other hand, can very much take advantage of that so if you see your postgres workers using the entire CPU it might help.
--Noah > -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] > On Behalf Of TJ Yang > Sent: Wednesday, October 22, 2008 12:24 PM > To: Trac Users > Subject: [Trac] Is Trac multi-threaded ? > > > Will Multi-core CPU help Trac run faster ? > > or should I ask if Trac's python code multi-threaded ? > > > tj > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" 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/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
