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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T10:51:29+00:00 2026-05-31T10:51:29+00:00

I heard that we can optimize the performance of scripting language code such as

  • 0

I heard that we can optimize the performance of scripting language code such as php by using code caching techniques and using persistent interpreters. I know what is code caching but no idea about persistent interpreters. can anyone give me a brief introduction or link ?
thanks..

  • 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-31T10:51:31+00:00Added an answer on May 31, 2026 at 10:51 am

    Persistent interpreters are what you have when PHP (or Perl, or ruby, etc…) are embedded within a webserver process.

    In a traditional old-school CGI system, your script’s interpreter would have to fire up for every request, do its own startup routines, THEN load the script, parse/interpret it, execute it, etc… Embedding the interpreter in the webserver proper removes the need for that first bit of startup overhead, and you’re down to basically only the overhead of loading/running the individual scripts.

    That overhead can be further reduced by means of caches (e.g. PHP’s APC), which reach into the interpreters guts and can store the parsed representation of the script. Now you’re down to just a little bit of cache checking/retrieval overhead, and spend more time actually RUNNING the script, rather than on the open/read/interpret/validate/compile stages.

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

Sidebar

Related Questions

I heard somewhere that you can drop down to C++ directly inside C# code.
I've heard that eclipse can generate accessor and mutator methods for you but can
I heard today that Maxima can do the country plot by contour_plot in Sage.
I heard that on Windows you can login from a web browser to the
I heard that Visual Studio came with an Image Library, but I can't find
I heard that calling a handler (delegate, etc.) in Objective-C can be even faster
I have read (or perhaps heard from a colleague) that in .NET, TransactionScope can
i'm trying to get optimize an very old query that i can't wrap my
i hear that NTFS alternate data streams can be used to hide running executabes.
I just learned (the hard way) that Java Component s can only have one

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.