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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T19:37:29+00:00 2026-05-30T19:37:29+00:00

I was running a script in my browser which insert like some 100000 records

  • 0

I was running a script in my browser which insert like some 100000 records in database. For some reason I deleted the file in which I have written script but it was little surprising for me that the scripts keeps inserting the records in the database even when the script doesn’t exist. Why is that?

  • 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-30T19:37:30+00:00Added an answer on May 30, 2026 at 7:37 pm

    When a request is made to the web-server:

    • The PHP file is loaded into memory, it gets compiled and is running.

    • Since the file is in memory, any changes to file on disk is not applicable to running file.

    If that strikes another question in you, as to “Why the hell it gets loaded into memory ?? Why can’t it be executed from the disk directly ?“:

    • Memory here is mostly the RAM, which is faster in doing read/write which is the need to compete with processors speed.

    • HardDisk is a slow memory and therefore, accessing from it, would make your programs very slow to execute.

    To match with processors speed, there comes a need for a executable file to be loaded from Slow Memory (Often HardDisks) to a faster memory (Often Ram, or processor’s cache sometimes).

    And therefore, the reason and answer, as to why your file on disk is not in sync file in memory.

    Also please be assured, that this would be working fine in your next request!!

    But if you still want to do it immediately, you can consider stopping/restart your Apache/IIS (whichever applicable) Server, as this will kill the process immediately.

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

Sidebar

Related Questions

Suppose we have a BASH script running some commands in the background. At some
I have a perl script (Cgi / Apache / Windows) which executes some programs
I have a .aspx page which I want the browser to treat like a
I have a PHP script which changes file permissions on my server using chmod.
I have an app which amounts to a Python script, running on the user's
I have a PHP script (running on a Linux server) that ouputs the names
I have a PHP script running on XAMPP in Windows XP that will open
I have a Perl/POE/Tk script running on Win32 ActivePerl that calls executables using system
I have created a php script to import rss feed into the database. The
I would like to generate a dynamic image from a script, and then have

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.