Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
WSGI server vs Web Server
#15
(May-27-2019, 07:39 AM)Skaperen Wrote: i'm very much wanting to see what WSGI is about. i thought it might be about the Python interface, but there being a Ruby version, that is ruled out. to the google to research this.
It's is all about the Python interface,there are good project like Gunicorn and uWSGI(eg Instagram use it).
Gunicorn is all Python,so what if it has gotten get inspiration from a similar Ruby project.
This is how Digital Ocean and Heroku good Python host describe Gunicorn:
Quote:Gunicorn is a pure-Python HTTP server for WSGI applications.
It allows you to run any Python application concurrently by running multiple Python processes within a single dyno.
It provides a perfect balance of performance, flexibility, and configuration simplicity.

All Python web-framework(Flask, Django...ect) is today build on top of WSGI.
Flask
Quote:100% WSGI 1.0 compliant

Skaperen Wrote:if users want to have it in Python then let them run deprecated code or do it the old way.
I agree with this,but i gone share my advice of what i think is the best choice for new user staring web-development in Python.

Like 95 percent of my time doing web-development none of this WSGI server stuff matter.
I use the Build development server for all project in Flask,then can focus on learning HTML/CSS/Javascipt without thinking of server stuff before i have to.
Reply


Messages In This Thread
WSGI server vs Web Server - by chrisdb - Apr-24-2019, 07:43 AM
RE: WSGI server vs Web Server - by heiner55 - May-26-2019, 04:41 PM
RE: WSGI server vs Web Server - by Skaperen - May-26-2019, 06:08 PM
RE: WSGI server vs Web Server - by heiner55 - May-26-2019, 06:19 PM
RE: WSGI server vs Web Server - by Skaperen - May-26-2019, 06:27 PM
RE: WSGI server vs Web Server - by heiner55 - May-26-2019, 06:30 PM
RE: WSGI server vs Web Server - by snippsat - May-26-2019, 09:40 PM
RE: WSGI server vs Web Server - by chrisdb - May-27-2019, 07:35 PM
RE: WSGI server vs Web Server - by Skaperen - May-27-2019, 12:32 AM
RE: WSGI server vs Web Server - by snippsat - May-27-2019, 01:57 AM
RE: WSGI server vs Web Server - by heiner55 - May-27-2019, 05:15 AM
RE: WSGI server vs Web Server - by Skaperen - May-27-2019, 07:39 AM
RE: WSGI server vs Web Server - by heiner55 - May-27-2019, 07:43 AM
RE: WSGI server vs Web Server - by Skaperen - May-27-2019, 07:56 AM
RE: WSGI server vs Web Server - by heiner55 - May-27-2019, 10:09 AM
RE: WSGI server vs Web Server - by snippsat - May-27-2019, 11:02 AM
RE: WSGI server vs Web Server - by Skaperen - May-27-2019, 06:36 PM
RE: WSGI server vs Web Server - by snippsat - May-27-2019, 07:19 PM
RE: WSGI server vs Web Server - by Skaperen - May-28-2019, 02:23 AM
RE: WSGI server vs Web Server - by snippsat - May-27-2019, 08:31 PM
RE: WSGI server vs Web Server - by heiner55 - May-28-2019, 04:45 AM
RE: WSGI server vs Web Server - by Skaperen - May-28-2019, 05:43 PM
RE: WSGI server vs Web Server - by snippsat - May-28-2019, 06:15 PM
RE: WSGI server vs Web Server - by Skaperen - May-28-2019, 10:14 PM
RE: WSGI server vs Web Server - by heiner55 - May-29-2019, 02:21 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Unable to connectDjango to mysql server sureshpython 1 647 May-20-2024, 05:11 AM
Last Post: tahirahmedd
  python packaging/ hosted in IIS server manjureka 0 592 Apr-16-2024, 10:43 AM
Last Post: manjureka
  Script does not work on Linux server scrapemasta 0 543 Mar-22-2024, 11:07 AM
Last Post: scrapemasta
  Using a Proxy Server rsherry8 12 26,090 Dec-04-2023, 06:35 PM
Last Post: AlluminumFoil
  Server Error with parse_args() using Flask NoNameoN 0 1,173 Jul-30-2022, 09:42 AM
Last Post: NoNameoN
  [split] flask 500 internal server error DarthTensor 3 4,210 Nov-11-2021, 06:10 AM
Last Post: DarthTensor
  deploying python script on a server rickyrt 0 1,568 Aug-31-2021, 04:03 PM
Last Post: rickyrt
Question Flask, Self-hosted deployment, which server ? SpongeB0B 1 3,260 Apr-11-2021, 11:29 AM
Last Post: snippsat
  Connecting to a web server with authentification arbiel 0 1,676 Feb-02-2021, 08:31 PM
Last Post: arbiel
Question Telegram bot - Problem with proxies and web server NoNameoN 1 3,331 Oct-16-2020, 05:37 PM
Last Post: NoNameoN

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020