• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Question Can Plesk change app pool parameters

PCS

New Pleskian
I have Plesk as part of my VPS contract, but I'm not really sure what it does - other than provide a user-friendly interface.
My app requires a single instance of the application and is in a dedicated app-pool. It is possible that Plesk overrides the "max worker processes=1" directive and somehow starts a second instance?
 
Hi PCS,

it would help very much, if you consider to provide at least the following informations:
  • YOUR current used Plesk version ( incl. #MU )
  • YOUR current used operating system
... as we are not able to guess such things.


If you desire help for Plesk Onyx on a Windows server for example, you could use:
Code:
plesk bin server_pref.exe -u -max-worker-processes 5

... which is described at:

 
Hi PCS,

it would help very much, if you consider to provide at least the following informations:
  • YOUR current used Plesk version ( incl. #MU )
  • YOUR current used operating system
... as we are not able to guess such things.


If you desire help for Plesk Onyx on a Windows server for example, you could use:
Code:
plesk bin server_pref.exe -u -max-worker-processes 5

... which is described at:



That seems to be for the Plesk app pool - my app has a dedicated pool - my question was - is Plesk capable of starting another worker process on my application?
 
Back
Top