Score:2

Does slow file IO impact networking?

cn flag
Tim

We are using php7, php-fpm, nginx on gke, services communicated by clusterIP.

In php7, we found out that occasionally writing the log needed to take 1~2 seconds to complete, it usually took less than 1ms.

And there is latency between our services, when frontend service communicate to backend by clusterIP (frontend php7 curl to backend nginx), it occasionally takes 1~2 seconds, but backend nginx's access.log showing the $request_time is less than 50ms.

I don't think the internal network is so slow on gke. Are these two things connected?

Any help would be appreciated.

djdomi avatar
za flag
I'm unsure what is the issue but it might be possible that you csn use memcached in the nginx conf to speed up
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.