Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > de.comp.lang.python > #5849

[Python-de] Re: cgi cgitb Ersatz für Python 3.13

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Hartmut Goebel <h.goebel@goebel-consult.de>
Newsgroups de.comp.lang.python
Subject [Python-de] Re: cgi cgitb Ersatz für Python 3.13
Date Wed, 26 Oct 2022 09:22:19 +0200
Organization Goebel Consult
Lines 24
Message-ID <bf94d716-6a02-fa4e-e672-71cb01ca0996@goebel-consult.de> (permalink)
References <jrqjviFcgtkU1@mid.individual.net> <dclp.20221025200520.1390@scatha.ancalagon.de>
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding base64
X-Trace news.uni-berlin.de dC46yn7OjPj/Jx0LeRy9XwJAwypCH64k3qliTbhP7wSg==
Authentication-Results mail.python.org; dkim=none reason="no signature"; dkim-adsp=none (unprotected policy); dkim-atps=neutral
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.3
Content-Language de-DE, en-US
In-Reply-To <dclp.20221025200520.1390@scatha.ancalagon.de>
X-Provags-ID V03:K1:vf3Nni++YJXlTIXS/OLoOO75d0DCbmMK/k7O1caTcSFEXAV7sv8 W2rwvDlM6Q2BIEuREUoqt2LzuiEbPU2pmjUbdeu4oxmWdc89U0VNugJ8WDFiuXVGuhMGJZu obr30OEagYxq2wnXQOYBOiIDf/8pxwa5icfJo23863fxvusc+8NwElkzvYOtPH9V5nLq6Ww AY1NRt/qLUJbXOyPGHbfA==
X-Spam-Flag NO
X-UI-Out-Filterresults notjunk:1;V03:K0:wElwwCvc6DE=:mzYF/RraxkvolYZfnP62nH 7pCwip0tNxr5GU16Y/QjGTmOdihrzbVR8l3v70Nq7pQYehm2vCmHKm7QHbKMpF+Y8VgDWlimt pN+tQPfD4GDWIhZcnEyECapZPdnozA+gSDQHdAmeNzhhdmqr7GvaHJmBZZrfgP1nTvYLy3M2a 788I/nJkLpAMNiHebGLPKbAN4bXe9oKPixF02+BGjDrdOVxwKF1Z1SmyvVK1Zgc2ipRfELavc Txr4bGQjtOudVXYZFKRW2kTpStcABXq02zTWl7wKdpWkVMDS5rqMZUuGqgijN0LRxOgNmGR/3 oW7EQWyKK8GXl42ms9UyitjMD1BhFHZ8Q31yPcZIRyfKZrRkC0hYBwbIpKIEbezBzZrL01Skt +Bf6jhUC4JXv9nMtrS54d5DgznJdJcbww9oqSzC0X1CSPMRD+hqD9bk0jlHMbnWd/LV/ToBCM Ger+TRq7P0LNz/+rTf82GaBnyPkVwPPlwPS7K3xxG2htCMi98QvVvrEhJ0wBsO1LWyG8xhvfa aW580Awgtzy0bpjMHOzS3P3tQKbnBL9J73C6weqaL2N0a5BmJwGvMLR3RDozO14pM2CmB8Zf2 XUlXA6bIJTeWntwxCwMsLvMQR9xpKs3xW+mddsdIRvpRwe5E42VcXSW7Gq2BUvjs21OVVsUXA tFlt3qzBq6JqqWw9KsG+NzWpPWw3o2sgmeIxiiH+LfGwqRK5Q7DOLFYEqMkK8spNZFTLIdI0L cQjDGHh0PlwH2H98Fo/eWG1xZuZL4vGkgqPnzdSy/T3/xaY2A6S7QJUFdHH4PrLU3C7fIp0bf ZXDOtA0NJR8AYZRfGxFgH1jSTFXZA==
Message-ID-Hash RXHYXBDQ5IKOAW3GVOAAB6ZMQUCYP3ND
X-Message-ID-Hash RXHYXBDQ5IKOAW3GVOAAB6ZMQUCYP3ND
X-MailFrom h.goebel@goebel-consult.de
X-Mailman-Rule-Misses dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-python-de.python.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header
X-Content-Filtered-By Mailman/MimeDel 3.3.6
X-Mailman-Version 3.3.6
Precedence list
List-Id Die Deutsche Python Mailingliste <python-de.python.org>
Archived-At <https://mail.python.org/archives/list/python-de@python.org/message/RXHYXBDQ5IKOAW3GVOAAB6ZMQUCYP3ND/>
List-Archive <https://mail.python.org/archives/list/python-de@python.org/>
List-Help <mailto:python-de-request@python.org?subject=help>
List-Owner <mailto:python-de-owner@python.org>
List-Post <mailto:python-de@python.org>
List-Subscribe <mailto:python-de-join@python.org>
List-Unsubscribe <mailto:python-de-leave@python.org>
Xref csiph.com de.comp.lang.python:5849

Show key headers only | View raw


Hallo,

Am 25.10.22 um 20:05 schrieb Thomas Hochstein:
> | cgi
> |
> | The cgi module is a support module for Common Gateway Interface (CGI)
> | scripts. CGI is deemed as inefficient because every incoming request is
> | handled in a new process. PEP 206 considers the module as:
> |
> |    "[…] designed poorly and are now near-impossible to fix (cgi) […]"
>
> Das ist der Grund für die vorgesehene Entfernung.

Auch wenn diese ML der falsche Fleck ist, um das zu diskutieren:

Das Argument finde ich ziemlich schwachen, denn es gibt genügend 
Anwendungsfälle, bei denen CGI völlig ausreichend ist. Beispielsweise 
wenn man eine Website betreibt, bei der 5-ml im Jahr jemand das 
Kontaktformular benutzt.

(Das Formular für meinen decompyle-Service war ebenfalls in CGI 
implementiert. Für die paar Anfragen im Jahr völlig ausreichend.)

-- 
Schönen Gruß
Hartmut Goebel
Dipl.-Informatiker (univ), CISSP, CSSLP, ISO 27001 Lead Implementer
Information Security Management, Security Governance, Secure Software 
Development

Goebel Consult, Landshut
http://www.goebel-consult.de

Blog: 
https://www.goe-con.de/blog/steuerbehoerden-torpetieren-freie-software
Kolumne: 
https://www.goe-con.de/hartmut-goebel/cissp-gefluester/2012-01-in-die-cloud-in-die-cloud-aber-wo-soll-die-sein 

Back to de.comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

cgi cgitb Ersatz für Python 3.13 Hermann Riemann <nospam.ng@hermann-riemann.de> - 2022-10-25 19:16 +0200
  Re: cgi cgitb Ersatz für Python 3.13 Thomas Hochstein <thh@thh.name> - 2022-10-25 20:05 +0200
    Re: cgi cgitb Ersatz für Python 3.13 "Peter J. Holzer" <hjp-usenet3@hjp.at> - 2022-10-25 22:56 +0200
    [Python-de] Re: cgi cgitb Ersatz für Python 3.13 Hartmut Goebel <h.goebel@goebel-consult.de> - 2022-10-26 09:22 +0200
      Re: [Python-de] Re: cgi cgitb Ersatz für Python 3.13 Thomas Orgelmacher <trash@odbs.org> - 2022-10-29 22:20 +0200
      [Python-de] Re: cgi cgitb Ersatz für Python 3.13 "Massa, Harald Armin" <chef@ghum.de> - 2022-10-29 22:45 +0200
        [Python-de] Re: cgi cgitb Ersatz für Python 3.13 imsoniyasharma01@gmail.com - 2022-11-06 06:29 +0000
  [Python-de] Re: cgi cgitb Ersatz für Python 3.13 imsoniyasharma01@gmail.com - 2022-11-06 06:27 +0000

csiph-web