Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
webserver in python?
#5
(Mar-24-2017, 04:52 PM)nilamo Wrote: Why is it crucial?  You'd never use both at the same time.

sure i would.  i have more that one site using CGI.  once i change one site to WSGI then that begins the interim period when both are in use.  my VPS server in .nl currently has 1 IPv4 address and 18446744073709551616 IPv6 addresses.  only one server process at a time can listen to the same address and port (80) at the same time.  i am thinking there may be a way to configure an additional regular web server to do the CGI stuff relayed via WSGI.  i need to spend some time testing these schemes since if i can get one work it can reduce my needs.  i need to choose python based WSGI setup in that base.  i'd like to get some test code to make a quick and correct off-port WSGI web site that way.

fyi, i did make a little web server in python.  but it is definitely not wsgi based.  it does load modules address by the web request.
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
webserver in python? - by Skaperen - Mar-06-2017, 06:27 AM
RE: webserver in python? - by snippsat - Mar-06-2017, 11:46 AM
RE: webserver in python? - by Skaperen - Mar-07-2017, 04:55 AM
RE: webserver in python? - by nilamo - Mar-24-2017, 04:52 PM
RE: webserver in python? - by Skaperen - Mar-25-2017, 06:34 AM

Forum Jump:

User Panel Messages

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