On Wed 08 Jul 2009 at 04:11PM, Dan Price wrote:
> On Wed 08 Jul 2009 at 02:27PM, johan...@sun.com wrote:
> > On Wed, Jul 08, 2009 at 02:10:31PM -0700, Alan Steinberg wrote:
> > > Our pkg.depotd is running with 50 threads and a 60-second timeout.
> > >
> > > Our apache2 httpd.conf file contains:
> > > ProxyTimeout 30
> > > ProxyRequests Off
> > > AllowEncodedSlashes On
> > > ProxyPass /dev-private http://oursystem.domain:10800 nocanon 
> > > disablereuse=On
> > >
> > > Do we have a bad setup somewhere, or is there a bug in the new transport  
> > > code?
> > 
> > There are likely problems in your setup.  Setting disablereuse=on will
> > cause performance issues with the new transport.  It performs better
> > when it's able to take advantage of connection re-use.  I'm not an
> > Apache expert, but perhaps someone else can offer more guidance about
> > your other choices.
> 
> Sure-- it's not ideal to disable reuse, but doing so will only cause
> performance to be lower than the optimum.  It shouldn't cause the
> timeout issues Alan has seen.

Umm, yeah, except in the case that your apache workers overwhelm your
total depot threads.

But it seems odd to me that RE would wind up in that scenario.  You
sort-of need internet scale deployment to see that happen.

        -dp

-- 
Daniel Price, Solaris Kernel Engineering    http://blogs.sun.com/dp
_______________________________________________
pkg-discuss mailing list
pkg-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to