Skip to main content
Participating Frequently
October 21, 2009
Question

Maximum number of running JRun threads - where to set?

  • October 21, 2009
  • 1 reply
  • 1501 views

Hi,

I have been looking to increase the maximum number of JRun threads on CF8 Standard on Linux. However, changing jrun.xml (<attribute name="activeHandlerThreads">100</attribute> in the JRunProxyService section) did nothing after restarting CF and Apache and I have not been able to find it anywhere in the Administrator. Anybody have any ideas or have I missed something really obvious?

CF administrator does not list the value anywhere apart from the settings summary.

Thanks

Meint

    This topic has been closed for replies.

    1 reply

    Inspiring
    October 22, 2009

    You want the same setting, but against the WebService class, not the ProxyService one.

    --

    Adam

    MeintDAuthor
    Participating Frequently
    October 22, 2009

    Ah, that would explain it, will test again on the test box before trying on the live server. It confused me a bit because it looks like the settings in that section are related to the internal web server only, and the section below <service class="jrun.servlet.jrpp.JRunProxyService" name="ProxyService">- states:

    "This service is for communicating with a native (IIS, Apache, Netscape) web server, which looked relevant so I changed it in there.

    Thanks for your help

    Meint