175
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 26, 2023 — Mar 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Send request to daemon immediately if reloading and queue timeout disabled. More... over 3 years ago
Move position of locking for staring request to avoid delays. More... over 3 years ago
Release Python GIL when checking modification time of file. More... over 3 years ago
Release Python GIL when flush response to start sending request data. More... over 3 years ago
Release GIL while doing checking script modification time. More... over 3 years ago
Separate out time spent in daemon process. More... over 3 years ago
Report queue time distinct from server time. More... over 3 years ago
Change how capture active threads in period. More... over 3 years ago
Report bucketed metric data on request thread usage. More... over 3 years ago
Add documentation on Windows virtual environment workaround. More... over 3 years ago
Fix process crash on Apache startup due to incorrect use of memory pools. More... over 3 years ago
Increment mod_wsgi version to 4.8.0. More... over 3 years ago
Avoid event MPM in debug and embedded mode as unreliable with low number of threads. More... over 3 years ago
If using debug mode, try and force prefork MPM and fallback to worker MPM. More... over 3 years ago
Move where details of operating mode output. More... over 3 years ago
Add working directory to module search path for debug mode or embedded mode. More... over 3 years ago
Add support for --embedded-mode option to mod_wsgi-express. More... over 3 years ago
Set default for keep alive timeout for mod_wsgi-express to 2 seconds. More... over 3 years ago
Don't attempt to import WSGI module as could have side effects. More... over 3 years ago
Always run tty check. More... over 3 years ago
Can't determine CPU on Windows. More... over 3 years ago
Add process ID to request metrics. More... over 3 years ago
Add memory metrics to request metrics. More... over 3 years ago
CPU usage can actually go over 1 in some cases when have multiple CPUs available. More... over 3 years ago
Move where clear buckets. More... over 3 years ago
Only add to the one time bucket it matches. More... over 3 years ago
Add time buckets and change server time name. More... over 3 years ago
Switch response time back to application time. More... over 3 years ago
Change names of variables reported for request metrics. More... over 3 years ago
Add separate shutdown subscriptions capability. More... over 3 years ago