Link to home
Start Free TrialLog in
Avatar of DowntownIT
DowntownITFlag for United States of America

asked on

Website Waiting Room?

I need to find a company that can develop a waiting room for our website. It must be able to hold the users before creating the API calls. Any one have any experience with waiting rooms and what was your solution.
Avatar of Tolomir
Tolomir
Flag of Germany image

How about posting some instructions to read, add a timer for let's say 10 seconds, on zero the OK button to proceed to the api calls is enabled.

So all you need is some javascript code.

Avatar of DowntownIT

ASKER

I spoke with the hosting company and it is mostly ASP some ASP.net
So why does it take so long for the website to respond to users requests, what is the deal?
what?
Why do you need a waitingroom....
...I try to understand the situation
The program that handles the API calls can only handle 200 concurrent connections. I need to limit those calls to 150 and place the other thousands of people in a waiting room till the connections are released
ASKER CERTIFIED SOLUTION
Avatar of Tolomir
Tolomir
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I don't want it to timeout or redirect them to a error page. I need them to go to a waiting room somthing that will have a timer / countdown ect
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial