#7736 NORM Opportu: wiki slowing down thanks to deadlocks

Zarro Boogs per Child bugtracker at laptop.org
Thu Nov 11 07:55:45 EST 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 erikos):

 Replying to [comment:5 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
 > > }}}

 Thanks for the feedback. Not sure there is someone who can look into this
 at the moment.

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


More information about the Bugs mailing list