#7736 NORM Opportu: wiki slowing down thanks to deadlocks

Zarro Boogs per Child bugtracker at laptop.org
Tue Nov 2 07:39:09 EDT 2010


#7736: wiki slowing down thanks to deadlocks
---------------------------------+------------------------------------------
           Reporter:  sj         |       Owner:  hhardy       
               Type:  defect     |      Status:  new          
           Priority:  normal     |   Milestone:  Opportunity  
          Component:  website    |     Version:  not specified
         Resolution:             |    Keywords:               
        Next_action:  never set  |    Verified:  0            
Deployment_affected:             |   Blockedby:               
           Blocking:             |  
---------------------------------+------------------------------------------

Comment(by richizo):

 Sorry, you need to modify the variable '''poolable''' to '''False''' and
 not to comment the line.

 Replying to [comment:4 richizo]:
 > I already had a similar problem because I used PostgreSQL as backend. If
 you use it too, I recommend to comment this line and restart the
 webserver:
 >
 > '''File''': $PYTHONPATH/trac/db/postgres_backend.py
 >
 > '''Original''':
 > {{{
 > #!python
 >  class PostgreSQLConnection(ConnectionWrapper):
 >     """Connection wrapper for PostgreSQL."""
 >
 >     poolable = True
 > }}}
 >
 > '''Modified''':
 > {{{
 > #!python
 >  class PostgreSQLConnection(ConnectionWrapper):
 >     """Connection wrapper for PostgreSQL."""
 >
 >     poolable = False
 > }}}

-- 
Ticket URL: <http://dev.laptop.org/ticket/7736#comment:5>
One Laptop Per Child <http://laptop.org/>
OLPC bug tracking system


More information about the Bugs mailing list