You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

3
+

4
4
5
5
## 🚀 About
6
6
**Arnelify® Server for Python** - is a minimalistic dynamic library which is a powerful http-server written in C and C++.
@@ -62,6 +62,7 @@ You can find code examples <a href="https://github.com/arnelify/arnelify-server-
62
62
|**SERVER_MAX_FILES_SIZE_TOTAL_MB**| Defines the maximum total size of all files in the form.|
63
63
|**SERVER_MAX_FILE_SIZE_MB**| Defines the maximum size of a single file in the form.|
64
64
|**SERVER_PORT**| Defines which port the server will listen on.|
65
+
|**SERVER_THREAD_LIMIT**| Defines the maximum number of threads that will handle requests.|
65
66
|**SERVER_QUEUE_LIMIT**| Defines the maximum size of the queue on the client socket.|
66
67
|**SERVER_UPLOAD_DIR**| Specifies the upload directory for storage.|
67
68
@@ -72,16 +73,16 @@ This software is licensed under the <a href="https://github.com/arnelify/arnelif
72
73
Join us to help improve this software, fix bugs or implement new functionality. Active participation will help keep the software up-to-date, reliable, and aligned with the needs of its users.
73
74
74
75
## ⭐ Release Notes
75
-
Version 0.7.2 - Minimalistic dynamic library
76
+
Version 0.7.3 - Minimalistic dynamic library
76
77
77
78
We are excited to introduce the Arnelify Server dynamic library for Python! Please note that this version is raw and still in active development.
78
79
79
80
Change log:
80
81
81
-
* Minimalistic dynamic library
82
+
* Multi-Threading
83
+
* Minimalistic dynamic library for Python
82
84
* Block processing in "on-the-fly" mode
83
85
* GZIP support
84
-
* Boost and Magic libraries have been removed
85
86
* Significant refactoring and optimizations
86
87
87
88
Please use this version with caution, as it may contain bugs and unfinished features. We are actively working on improving and expanding the server's capabilities, and we welcome your feedback and suggestions.
0 commit comments