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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T20:38:56+00:00 2026-05-28T20:38:56+00:00

I am running into an issue where my PHP application hangs sometimes and the

  • 0

I am running into an issue where my PHP application hangs sometimes and the Apache server takes long to restart. Is there some way to determine what might cause this hang up?

  • 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-28T20:38:59+00:00Added an answer on May 28, 2026 at 8:38 pm

    If you are on a linux server, a heavy solution could be to strace your Apache processes.

    It will provide you with all the system calls (and parameters) done by the Apache processes, and eventually find what could be hanging (or find out that your script tries to get a resource – eg a file – that it can’t read, open a socket and wait until the timeout, etc).

    You invoke it like that:

    strace -f -p pid

    pid being the pid of the process you want to trace.

    In your case, I recommend changing the configuration of your Apache server (if necessary) to have a little number of servers spawned. You fetch their pids with a regular ps command.
    Then you can strace several pids at the same time, by adding -p pid1 -p pid2 etc.
    You can also use -o filename and -ff to have each process strace written to filename.pid files. Then you run your HTTP request. The process that has processed your request will be in the biggest .pid file.

    Also use -s size to specify the length of text to capture, for example in ‘write’ syscalls, or else you might miss interesting information.

    It can be hard to read, but can provide really helpful information. I use it frequently for desperate situations !

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

Sidebar

Related Questions

I keep running into stale, locked, (php) session files on my apache server which
I am running into some performance issue with php and mysql page. i have
I am running into an issue with the way my asynctasks are executed. Here's
Relative newbie to php, running into an issue with namespaces. Inside my own class
I am trying to set up simpleSAML.php but I am running into an issue
I'm running into an issue where I have a FileUpload control in an UpdatePanel.
I am running into an issue I had before; can't find my reference on
I'm running into an issue where granting EXECUTE permissions on a specific Stored Procedure
I am running into this issue of releasing an already released object but can't
I am running into an issue similar to the one described here: NSFetchedResultsControllerDelegate not

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.