Hi. Thank you for the feedback.
Jonathan On 12/06/2011 07:00 PM, [email protected] wrote: > Send resin-interest mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://maillist.caucho.com/mailman/listinfo/resin-interest > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of resin-interest digest..." > > > Today's Topics: > > 1. Re: Reserve a http thread for admin connection. (sam munkes) > 2. Re: Resin 4 stable for production ? (Keith Fetterman) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Mon, 5 Dec 2011 09:59:50 -0800 > From: sam munkes<[email protected]> > Subject: Re: [Resin-interest] Reserve a http thread for admin > connection. > To: General Discussion for the Resin application server > <[email protected]> > Message-ID: > <cabjcb6u_i6qqso2pxwcse-egcthtk7759lzbd0xue+2tr4x...@mail.gmail.com> > Content-Type: text/plain; charset="iso-8859-1" > > Thanks! > > On Mon, Dec 5, 2011 at 9:31 AM, Scott Ferguson<[email protected]> wrote: > >> ** >> On 12/03/2011 08:11 PM, sam munkes wrote: >> >> Hi, >> >> We are running resin pro version 4.0.15 on a windows machine, using the >> IIS handler to handle the static files& forward the application requests >> to the resin server listening on port 6800. >> The thread-max is configured to 1024, during normal loads resin is >> handling 10 requests concurrently. >> The problem we are having is: If the requests are getting locked, for >> example waiting on database queries, the request threads fill up the 1024 >> thread max, and the application stops responding to clients, including >> local admin requests. >> Is there a way to configure resin to reserve a thread for administrative >> request? possible setup resin to listen on another port that will not be >> affected by the global thread-max limit? >> >> >> If Resin listens to another port, it will have dedicated threads attached >> to it. >> >> For a port, the accept-thread-min threads are allocated before the >> accept() call, so they would avoid the thread-max check. >> >> You would need to listen to a different port (or IP), though, because >> there wouldn't be a way to reserve threads just for certain URLs. >> >> -- Scott >> >> >> Thanks. >> >> -- >> Sam >> >> >> _______________________________________________ >> resin-interest mailing >> [email protected]http://maillist.caucho.com/mailman/listinfo/resin-interest >> >> >> >> _______________________________________________ >> resin-interest mailing list >> [email protected] >> http://maillist.caucho.com/mailman/listinfo/resin-interest >> >> > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://maillist.caucho.com/pipermail/resin-interest/attachments/20111205/c1ffe566/attachment-0001.html > > ------------------------------ > > Message: 2 > Date: Mon, 05 Dec 2011 13:08:41 -0800 > From: Keith Fetterman<[email protected]> > Subject: Re: [Resin-interest] Resin 4 stable for production ? > To: General Discussion for the Resin application server > <[email protected]> > Message-ID:<[email protected]> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Hi Jonathan, > > We finally made the switch from 3.0.x branch to the 4.0.x branch several > months ago. We were at 3.0.28 and now we are running 4.0.23 in > production. Our biggest Web site, www.go2marine.com, is not > experiencing any problems in production with the 4.0.x branch. > > Keith > > On 12/05/2011 02:30 AM, Jonathan Melly wrote: >> Hello. >> >> We are still using some resin 3.0.24 and plan to migrate them but from >> the caucho website, it's not clear if we should go for 3.1 or 4.0 or >> even 3.2 (by the what is this 3.2 that I saw only on the source repo ?) >> >> Thanks in advance for your help. >> >> >> Jonathan Melly >> Swissquote >> Switzerland >> >> >> >> _______________________________________________ >> resin-interest mailing list >> [email protected] >> http://maillist.caucho.com/mailman/listinfo/resin-interest _______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
