Trending

#WSGI

Latest posts tagged with #WSGI on Bluesky

Latest Top
Trending

Posts tagged #WSGI

Post image

More news about gunicornc there:

gunicorn.org/guides/gunic...

#python #gunicorn #wsgi #asgi #opensource

1 0 0 0
Gunicorn - Python WSGI HTTP Server for UNIX

Gunicorn 25.0.2 is out!

This patch release fixes ASGI concurrent request failures when running behind nginx proxy, improves graceful disconnect handling, and resolves gevent compatibility issues with dirty arbiter imports.

gunicorn.org
github.com/benoitc/guni...

#python #gunicorn #asgi #wsgi

0 0 0 0
Preview
gunicorn/examples/celery_alternative at master · benoitc/gunicorn gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients and sleepy applications. - benoitc/gunicorn

New gunicorn example: Celery alternative using dirty arbiters. Background tasks without Redis/RabbitMQ, stateful workers, native streaming. Single container deployment.

github.com/benoitc/guni...

#Python #ASGI #WSGI #Gunicorn

1 0 1 0
Problema actualizando mis servicios WSGI a Python 3.13 Acaba de salir Python 3.13 y, como siempre, actualizo mi código y servicios a esta nueva versión. Actualizo rápido para aprovechar las mejoras de la nueva versión de Python y porque acumular actualiza

Problema actualizando mis servicios WSGI a Python 3.13

blog.jcea.es/posts/202410...

#Python #WSGI #mod_wsgi

0 0 0 0
Preview
Falcon: A Lightweight and High-Performance Python WSGI Framework Discover Falcon: a lightweight, high-performance Python WSGI framework ideal for building fast, reliable RESTful APIs and scalable microservices.

Discover Falcon: a lightweight, high-performance Python WSGI framework ideal for building fast, reliable RESTful APIs and scalable microservices.

#Web #WSGI #Python
open.substack.com/pub/pythonli...

0 0 0 0
Preview
Release Gunicorn 22.0 has been released · benoitc/gunicorn Gunicorn 22.0.0 has been released. This version fix the numerous security vulnerabilities. You're invited to upgrade asap your own installation. Changes: 22.0.0 - 2024-04-17 =================== - ...

just released #Gunicorn 22.0.0 a Python WSGI HTTP Server for UNIX github.com/benoitc/guni... . This is a security release. You're invited to update your environment ASAP. #python #wsgi

0 0 0 0
Graphite-API für Grafana und Icinga Web 2 Ziel dieses Posts ist es, am Ende die Metriken über die Graphite-API als Backend für Grafana und das Icinga-Web-2-Module graphite betreiben zu können. Grafana übernimmt hierbei optional die Visualisierung über eigene Dashboards, was ansonsten Graphite-Web leistet. Für Icinga Web 2 ist Grafana nur erforderlich, falls nicht das Module graphite zum Einsatz kommen soll, sondern stattdessen grafana zur Darstellung im Icinga Web 2 verwendet werden sollte. Die Graphite-API ist in Python implementiert und soll hierbei via HTTPS angesprochen werden. Zusätzlich ist der Zugriff via Basis-Authentifizierung zu beschränken. Dies alles überlassen wir dem Apache, auch die API lassen wir mittels WSGI im Apache laufen. Der Vorteil gegenüber dem Graphite-Web liegt darin, die ganzen Django-Bibliotheken nicht zu benötigen und auch kein DB-Backend a la SQLite, MySQL oder PostgreSQL. Nachteil ist, das Projekt Graphite-API wird nicht vom Graphite-Team betrieben, somit ist die Pflege und Aktualität nicht sichergestellt. Für RedHat basierte Systeme befindet sich das Paket graphite-api im EPEL-Repsitory, Debian liefert es aus seinen eigenen Repositories bereits selbst. Nachfolgend sind die Beispiele auf ein CentOS 7 angepasst beschrieben. $ yum install -y graphite-api http mod_wsgi mod_ssl In der Konfigurationsdatei /etc/graphite-api.yaml ist der Ort der whisper-DB-Dateien zu kontrollieren, da dieser je nach verwendeten Carbon-Cache variieren kann, […]

Graphite-API für Grafana und Icinga Web 2#apache #basic-auth #graphite-api #https #tls #wsgi

buff.ly/2YydJFi

0 0 0 0