Skip to main content

Using Twisted as a WSGI Server

  • Chapter
  • First Online:
Expert Twisted

Abstract

WSGI – the Web Standard Gateway Interface – is a Python standard. It is loosely based on the CGI – common gateway interface – standard, which web servers used to interact with scripts. With higher loads came the need to have a persistent Python process, inside the web server. Originally, each server had its own unique way of running Python applications. That meant each application had to decide on a web server and could not move away. WSGI was designed as a low-level standard for web applications written in Python to interact with web servers that can run Python internally (either by being written in Python themselves, or by embedding the Python interpreter).

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 39.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 54.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2019 Mark Williams, Cory Benfield, Brian Warner, Moshe Zadka, Dustin Mitchell, Kevin Samuel, Pierre Tardy

About this chapter

Check for updates. Verify currency and authenticity via CrossMark

Cite this chapter

Williams, M. et al. (2019). Using Twisted as a WSGI Server. In: Expert Twisted. Apress, Berkeley, CA. https://doi.org/10.1007/978-1-4842-3742-7_5

Download citation

Publish with us

Policies and ethics