2019年11月6日水曜日

Vue.jsを習得するためにやった事 まとめ(随時更新) - Qiita

JavaScriptの配列操作

Windows10で2つのApacheが起動している

Windows10にApacheをインストールして、プロセスを確認してみるとApacheが2つあった。
おかしいなと思って調べてみるとWindowsではこれで大丈夫なようです。



Stackoverflow

Apache's documentation (https://httpd.apache.org/docs/2.4/platform/windows.html#page-header):

Because Apache for Windows is multithreaded, it does not use a separate process for each request, as Apache can on Unix. Instead there are usually only two Apache processes running: a parent process, and a child which handles the requests. Within the child process each request is handled by a separate thread.
https://stackoverflow.com/questions/40798483/why-apache-http-server-have-2-process-showing-on-task-manager