Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
mod-wsgi in apache
#1
i am playing around with mod-wsgi in apache. it seems to be working ok. a difficulty is when my code has an error. there are about 3 different places i need to look at to see where the right messages how up. the web page itself doesn't display anything but that there is a "system error". i am thinking through how to get the programming error messages into place that makes it easier for the developers to find.

everything seems to run in the apache process. i remember doing CGI and it ran in a subprocess. i'm not sure which way is better. the process under wsgi exits the process when done and then apache must start a new one. i worry that this ends up recycling too many processes and thus is not really any better than CGI and may even be a bit worse (the number of listeners goes down as connections are processed).
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
mod-wsgi in apache - by Skaperen - Jul-06-2017, 03:08 AM
RE: mod-wsgi in apache - by metulburr - Jul-06-2017, 05:45 AM
RE: mod-wsgi in apache - by Skaperen - Jul-09-2017, 06:43 AM
RE: mod-wsgi in apache - by metulburr - Jul-09-2017, 09:32 AM
RE: mod-wsgi in apache - by Skaperen - Jul-10-2017, 01:31 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  mod-wsgi Skaperen 2 3,851 Jun-06-2017, 05:12 AM
Last Post: Skaperen
  WSGI vs CGI Skaperen 9 12,256 Jun-01-2017, 05:39 AM
Last Post: Skaperen
  WSGI working examples Skaperen 1 3,502 May-29-2017, 10:45 AM
Last Post: snippsat
  trying to figure out WSGI Skaperen 10 7,923 Apr-30-2017, 10:00 AM
Last Post: Skaperen

Forum Jump:

User Panel Messages

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