Score:0

IIS fastCGI: iis minimum instances

ch flag

I've noticed that IIS is very slow creating fastCGI process. My server normally use 3/4 fastCGI thread, but, in traffick peack, create untill 400 thread. During this process, the server is very very slow.

I wanna to set 400 fastCGI permanently alive, but I don't know how. In settings there is maximum fastCGI thread, but not minimum. Ideas?

Lex Li avatar
vn flag
1. IIS only `maxInstances` in FastCGI settings and that's for **process** count, not **thread** count. 2. There isn't a `minInstances` so you cannot keep PHP processes running. 3. You might set a large enough `idleTimeout` to keep PHP processes alive for longer, but that's only a workaround. 4. You'd better work with the PHP application developer(s) to learn why it takes long to load the web app.
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.