File: version-4.5.0.rst

package info (click to toggle)
mod-wsgi 4.7.1-3%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,304 kB
  • sloc: ansic: 14,844; python: 3,636; makefile: 216; sh: 104
file content (16 lines) | stat: -rw-r--r-- 519 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
=============
Version 4.5.0
=============

Version 4.5.0 of mod_wsgi can be obtained from:

  https://codeload.github.com/GrahamDumpleton/mod_wsgi/tar.gz/4.5.0

New Features
------------

1. Added additional internal performance monitoring features, included per
   request event mechanism for getting extended metrics on a per request
   basis. This includes details like per request CPU burn, which along with
   process level CPU burn and thread utilisation can be used to better tune
   processes/threads settings.