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 3879372
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T22:43:08+00:00 2026-05-19T22:43:08+00:00

Right now I am launching a Python script from PHP using exec() as I

  • 0

Right now I am launching a Python script from PHP using exec() as I have to pass some dynamic variables from the website/MySQL to the command line. However, I would like to improve both the speed and the security of this operation so I thought of using WSGI. I was thinking that it might be possible to embed the Python script in a WSGI file, which would use the variables passed directly (or indirectly) from PHP…but how could I do this? I have never used WSGI so I don’t even know if this is a stupid question or not 🙂

  • 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-19T22:43:08+00:00Added an answer on May 19, 2026 at 10:43 pm

    First off, can you do it all in either Python or PHP? Using multiple languages is normally seen as an anti-pattern. That’s not to say it’s always a bad idea, but you should be questioning why first, and only then if you’re convinced it’s a good idea move forward.

    As far as the specifics of what you want to do, there are a few options:

    1. If using Apache, you can use the virtual() function to issue a new request through Apache.

      This is assuming that you are using mod_php and mod_wsgi. Basically, you’d build up a query string for the variables you want to pass, and call it like:

      virtual('path/to/python.py?'.$query);
      
    2. Write your own PHP WSGI gateway.

      Bascially, code the WSGI spec into a library, and call it explicitly from within PHP.

    3. Stick to calling it from exec() (which will likely be the best option for now).

    The thing that you have to consider is that there’s overhead inherent to cross-including between languages. You’ll never get over that, it’s just the nature of the beast. So instead, I’d suggest keeping the entire request inside of one environment, and dealing with it in the entirety in that environment…

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

Sidebar

Related Questions

Right now, I have: RewriteRule ^([^/\.]+)?$ index.php?id=$1 [L] to match any username at the
Right now, I've just some code which fetches the picture from the URL directly.
Right now I have a script that will get the last five files in
Right now I am writing some Python code to deal with massive twitter files.
Right now, I have configuration setting for morphia talks to one MongoDB from Play!.
Right now I have a dynamic string that assigns it's values to a particular
Right now I have an upload field while uploads files to the server. The
Right now I have 3 tables: User, Roles, and User_Roles for the many-to-many association.
Right now I have a function, in a class that is used to listen
Right now I am using sqlite within a ios application, and I want to

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.