blog/running-nodejs-web-apps-on-iis-with-httpplatformhandler/ #23
Replies: 2 comments 2 replies
This comment has been hidden.
This comment has been hidden.
-
Hi, thanks for the reply.
My request would be for a flag to signal IIS to start the process that the HTTPPlataformHandler redirects traffic when the ApplicationPool starts.
I tried settings the ApplicationPool as AlwaysRunning instead of its default of OnDemand, but the node process(in this example) only starts when the first request hits the IIS server.
By default the AppPool also kills the process when idle for more then 20m and when it recycles the website, making the slow start of a whole project a bigger problem.
…________________________________
De: Lex Li ***@***.***>
Enviado: sexta-feira, 19 de julho de 2024 15:17
Para: lextm/blog ***@***.***>
Cc: Matheus Petry Pfitscher ***@***.***>; Comment ***@***.***>
Assunto: Re: [lextm/blog] blog/running-nodejs-web-apps-on-iis-with-httpplatformhandler/ (Discussion #23)
Slow cold start is a different topic and no custom module like this can resolve that for you. So, even if you raise a feature request that's out of scope.
—
Reply to this email directly, view it on GitHub<#23 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AVD6RPGUDAJ5LU2KDEJF2PDZNFJ2HAVCNFSM6AAAAABLEP6VDKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMBZHAZTENA>.
You are receiving this because you commented.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
blog/running-nodejs-web-apps-on-iis-with-httpplatformhandler/
A post about how to create a simple Node.js web app and host it on IIS with HttpPlatformHandler
https://docs.lextudio.com/blog/running-nodejs-web-apps-on-iis-with-httpplatformhandler/
Beta Was this translation helpful? Give feedback.
All reactions