Python Forum
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Mini-Web Framework
#13
mod-wsgi always calls application().  is that a fixed routing?  is there value to calling different functions?  i suppose if we keep other stuff like globals or class instances around, then there can be data retention value.  but that would need the same process.  my web server is running 24 processes.  getting web requests to come to the same process has been a classic problem.  but you also don't want to be limited to N web sessions, either.  what i have tried in the past (in C) was to start listening on a unique port and construct URLs to go to that port.  that way the same process handles more requests from the same user.  maybe i can do this with Python?

is this a framework?  i still don't know what it is (and assume it to be something different than <frame> tags).
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
Mini-Web Framework - by nilamo - May-25-2017, 03:34 AM
RE: Mini-Web Framework - by nilamo - May-25-2017, 03:28 PM
RE: Mini-Web Framework - by wavic - May-25-2017, 04:05 PM
RE: Mini-Web Framework - by nilamo - May-25-2017, 05:05 PM
RE: Mini-Web Framework - by micseydel - May-25-2017, 08:55 PM
RE: Mini-Web Framework - by nilamo - May-25-2017, 09:19 PM
RE: Mini-Web Framework - by nilamo - Jun-06-2017, 01:23 AM
RE: Mini-Web Framework - by wavic - Jun-06-2017, 03:32 AM
RE: Mini-Web Framework - by nilamo - Jun-06-2017, 03:42 PM
RE: Mini-Web Framework - by wavic - Jun-06-2017, 05:00 PM
RE: Mini-Web Framework - by Skaperen - Jun-14-2017, 06:19 AM
RE: Mini-Web Framework - by nilamo - Jun-14-2017, 11:16 PM
RE: Mini-Web Framework - by Skaperen - Jun-15-2017, 05:32 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Guess the dice roll mini-game tawnnx 6 7,439 May-22-2018, 02:12 PM
Last Post: malonn
  5 mini programming projects for the python beginner kerzol81 4 36,300 Sep-26-2017, 02:36 PM
Last Post: VeenaReddy

Forum Jump:

User Panel Messages

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