Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6729151
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T10:15:18+00:00 2026-05-26T10:15:18+00:00

I want to try playing around with gevent as a web server and application

  • 0

I want to try playing around with gevent as a web server and application framework. I don’t see any way to “restart” the server or update the application code without killing and starting the whole python application again.

Is this just how it’s done? Maybe it’s just a matter of me understanding a different paradigm to the apache way.

Also, as a semi-related question, is it even a good idea to run a web server AND the site/service itself through gevent. I’ve seen other implementations using gunicorn for the server and gevent for the application but from the benchmarks I’ve seen, gevent far outperforms gunicorn as a server when it comes to scaling.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T10:15:19+00:00Added an answer on May 26, 2026 at 10:15 am

    Gunicorn has 3 gevent workers:

    • -k gevent (using gunicorn’s HTTP parser)
    • -k gevent_pywsgi (using gevent.pywsgi module)
    • -k gevent_wsgi (using gevent.wsgi module)

    gevent.wsgi is a fast HTTP server based on libevent.

    gevent.pywsgi is WSGI server implemented in Python.

    The reason for existence of gevent.pywsgi is libevent-http having a few limitations, such as not supporting keep-alive, streaming, ssl and websockets.

    Note, that the new alpha version (1.0a3) of gevent uses libev and does not include a WSGI server based on libevent-http. Currently, gevent.wsgi here is an alias for gevent.pywsgi.

    The server classes in gevent don’t have any features related to process management, restart, reload and so on. Those features are necessary for deployment though. Gunicorn provides that for gevent’s WSGI servers. Use it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to try to convert a string to a Guid, but I don't
I want to try out SICP with Python. Can any one point to materials
I am looking at creating a web site and I want to try and
I'm playing around in Haskell to try and get the hang of it. I'm
What I want to do I've been playing around with the newly released Silverlight
I'm playing around and try to make a Coloring book for my children and
I want to try to create a learning chess application as a school project.
I've been playing around with what I thought was a simple idea. I want
I want to try PartCover for code coverage. I'm running Visual Studio 2008 Professional
I want to try CMake to manage a new C++ project. However, some files

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.