Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Web applications employing remote servers |
|
Author |
|
cyberfarer
Joined: 26 Oct 2015 Posts: 2 Location: Canada
|
Posted: Mon 26 Oct '15 20:22 Post subject: Web applications employing remote servers |
|
|
Greetings everyone,
I am hoping to get some advice.
We run a web application built around Limesurvey that uses a remote hosted VoIP service. We find that remote users experience either a pronounced period of silence at the beginning of VoIP calls or they must refresh a few times to register on the VoIP. We think this is because VoIP is remote and uses an applet in a separate browser instance. So, while Apache has already responded to the request, the VoIP app is still sending data. Does this make sense? Is there any way to synchronize the traffic from a sysadmin rather than dev perspective?
Thanks a lot. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Tue 27 Oct '15 0:32 Post subject: |
|
|
Do you use apache as reverse proxy or how is it set up? |
|
Back to top |
|
cyberfarer
Joined: 26 Oct 2015 Posts: 2 Location: Canada
|
Posted: Thu 29 Oct '15 15:42 Post subject: |
|
|
No there is no reverse proxy. It is direct access via HTTPS.
We use an app called Mizu Webphone which runs a java applet in the client browser. So it should look something like this:
Code: |
--->Limesurvey (locally hosted)
client|
-->VoIP (remote hosted) |
However, when the user logs into Limesurvey, their credentials are encrypted and passed on to the Webphone app for authentication to VoIP. |
|
Back to top |
|
|
|
|
|
|