File: version-4.5.0.rst

package info (click to toggle)
mod-wsgi 5.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,824 kB
  • sloc: ansic: 15,512; python: 3,697; makefile: 219; sh: 107
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.