File tree 2 files changed +18
-0
lines changed
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ Release Notes
5
5
.. toctree ::
6
6
:maxdepth: 2
7
7
8
+ release-notes/version-4.5.0
9
+
8
10
release-notes/version-4.4.23
9
11
release-notes/version-4.4.22
10
12
release-notes/version-4.4.21
Original file line number Diff line number Diff line change
1
+ =============
2
+ Version 4.5.0
3
+ =============
4
+
5
+ Version 4.5.0 of mod_wsgi can be obtained from:
6
+
7
+ https://codeload.github.com/GrahamDumpleton/mod_wsgi/tar.gz/4.5.0
8
+
9
+ New Features
10
+ ------------
11
+
12
+ 1. Added additional internal performance monitoring features, included per
13
+ request event mechanism for getting extended metrics on a per request
14
+ basis. This includes details like per request CPU burn, which along with
15
+ process level CPU burn and thread utilisation can be used to better tune
16
+ processes/threads settings.
You can’t perform that action at this time.
0 commit comments