허당 레몬도리
log4net 튜토리얼 - 베스트 14 가지
카테고리 없음 2018. 7. 23. 18:58

출처 : https://stackify.com/log4net-guide-dotnet-logging/ If you have been doing .NET programming very long, odds are, you have touched a few projects that used log4net. It has been around for a long time and is very similar to log4j which is for Java. Log4net is a tool I have used forever and I wanted to share a tutorial to use for .Net logging! What is log4net and why should you use it, or any C..

NGINX Tuning For Best Performance
카테고리 없음 2018. 7. 18. 11:21

출처 : https://gist.github.com/denji/8359866 NGINX Tuning For Best PerformanceFor this configuration you can use web server you like, i decided, because i work mostly with it to use nginx.Generally, properly configured nginx can handle up to 400K to 500K requests per second (clustered), most what i saw is 50K to 80K (non-clustered) requests per second and 30% CPU load, course, this was 2 x Intel X..