[Buildbot-commits] [Buildbot] #957: None.change_svc dereferenced in ConsoleStatusResource

Buildbot buildbot-devel at lists.sourceforge.net
Wed Aug 11 21:15:48 UTC 2010


#957: None.change_svc dereferenced in ConsoleStatusResource
--------------------+-------------------------------------------------------
Reporter:  mhagger  |       Owner:       
    Type:  defect   |      Status:  new  
Priority:  major    |   Milestone:  0.8.+
 Version:  0.8.1    |    Keywords:  web  
--------------------+-------------------------------------------------------

Comment(by dustin):

 Ah, check out:
   http://httpd.apache.org/docs/current/mod/mod_proxy.html#proxypass

 In particular, it looks like Apache will keep pooled connections,
 presumably indefinitely.  You probably want to add disablereuse=On in your
 ProxyPass directive.  It doesn't look like there's a way to convince
 Apache to close the connections after some configurable timeout, but I may
 be missing something in the potential Apache config.

 I realize that this does not really "solve" the underlying problem in
 buildbot, but I'm not entirely convinced that it can be solved -- at least
 not without a major redesign.  So hopefully this fixes the problem for
 you?

-- 
Ticket URL: <http://buildbot.net/trac/ticket/957#comment:8>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list