Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.lang.python > #5849
| 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 | 2022-10-26 09:22 +0200 |
| Organization | Goebel Consult |
| Message-ID | <bf94d716-6a02-fa4e-e672-71cb01ca0996@goebel-consult.de> (permalink) |
| References | <jrqjviFcgtkU1@mid.individual.net> <dclp.20221025200520.1390@scatha.ancalagon.de> |
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 | Next — Previous in thread | Next in thread | Find similar
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