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
| ################################################################################ | |
| # /etc/sysctl.d/60-sysctl.conf | |
| # Performance-Optimized Kernel Tuning for Web + DB Servers | |
| # Apply with: sysctl --system | |
| # Impact: Focused on >5% performance gains for high-concurrency workloads | |
| ################################################################################ | |
| ################################################################################ | |
| # MEMORY MANAGEMENT | |
| ################################################################################ |
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
| using System; | |
| using System.Configuration; | |
| using System.Web; | |
| using System.Web.Http; | |
| using System.Web.Http.Controllers; | |
| namespace Miscellaneous.Attributes.Controller | |
| { | |
| /// <summary> | |
| /// Filter by IP address (ASP.NET Web API version) |