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

  • Home
  • SEARCH
  • 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 956727
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T00:35:10+00:00 2026-05-16T00:35:10+00:00

I am working on a php web application which involves calls to 3rd party

  • 0

I am working on a php web application which involves calls to 3rd party web services. Recently I’ve run into problems because some of the web services are slow and/or time out. (When this happens the service throws an error after 5-6 minutes, which is handled by the web application)

However, the problem arise that while waiting for the result/timeout, all other connections to the web application in the browser (other windows/tabs in IE) stall. It seem to be a problem with the browser, because if opening a secondary window in another browser (e.g. Chrome) the web application serves pages with no delay.

I’ve considered setting up the web service call asynchronously (a separate server.side process, or an ajax call in the browser), but in the mean time I’d like to know why IE is putting all connections to the web app on hold while waiting for one page? Could it be that a custom header or other trivial markup trick would tell IE to go on with connections to other pages at the same host?

  • 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-16T00:35:10+00:00Added an answer on May 16, 2026 at 12:35 am

    the problem arise that while waiting for the result/timeout, all other connections to the web application in the browser

    What you’re seeing is normal and expected behavior, if you’re using sessions. The default file-based session handler places a lock on the session file when the session owner makes a request. Once the request finishes, the lock is released. In the meantime, if the user makes any further requests, those requests will wait for the lock to be released before they can continue. This behavior prevents a race condition that could otherwise result in session data being lost.

    If you aren’t using sessions, or you’ve written your own session handler and it doesn’t do locking (most do not, you have to code that behavior yourself), then yeah, IE’s being freaky and I have no further suggestions.

    I’ve considered setting up the web service call asynchronously

    If the web service is unreliable, this is a good idea. You should consider Gearman, a work/message queue system. It has comprehensive PHP support as a PECL extension.

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

Sidebar

Ask A Question

Stats

  • Questions 498k
  • Answers 498k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer This call doesn't wait for the child process to terminate… May 16, 2026 at 12:12 pm
  • Editorial Team
    Editorial Team added an answer As the other answered already said, byte is a signed… May 16, 2026 at 12:12 pm
  • Editorial Team
    Editorial Team added an answer I seem to remember that the current implementation only supports… May 16, 2026 at 12:12 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

I'm working profesionally on a php web application which contains contacts, among other data.
I am making a PHP web Application in which i am using MySQL as
I am working on a web application (PHP + Doctrine + MySQL) to sell.
I'm creating a PHP web application framework (MVC). I'd rather not use external libraries
I am working on a PHP Application, Every thing works perfectly, The only problem
I'm developing one web application, using PHP eclipse IDE. For an instance i want
I am working on zend framework, PHP and jQuery. I am working on popups
How do I call Zedgraph's function masterPane.SetLayout() from Web C# Application? Basically i'm stuck
I am Developing a Web Crawler,Which is Good for storing data? Cassandra or Hadoop
I am currently working with PHP code that random selects colors: <div onclick=location.href='<?php the_permalink()

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.