Created
April 24, 2012 09:03
-
-
Save pochi/2478086 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* TCP backlogのOS側の設定はどこにあるのか? | |
** portごとにいくつキューを持つか設定できる | |
** RedhatのOSパラメータで持ってる | |
** C言語でSocket数を制限できるのか調査! | |
*** Listen BackLogはApache側で設定できるがOSにより設定されている場合はOS側が優先される | |
* 実質ApacheでSSLしない理由 | |
** コストが高い。Apacheの台数分ベリサインに申請する必要がある。 | |
*** SSLつき負荷分散で実現 | |
** 性能が落ちてしまう |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment