Cpu affinity support for server workers (#505)

This commit is contained in:
Nikolay Kim 2025-01-31 20:39:41 +05:00 committed by GitHub
parent 282e3224cd
commit ba57330058
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 56 additions and 6 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "ntex-server"
version = "2.6.2"
version = "2.7.0"
authors = ["ntex contributors <team@ntex.rs>"]
description = "Server for ntex framework"
keywords = ["network", "framework", "async", "futures"]
@ -24,6 +24,7 @@ ntex-util = "2.8"
async-channel = "2"
async-broadcast = "0.7"
core_affinity = "0.8"
polling = "3.3"
log = "0.4"
socket2 = "0.5"