I have a Visual FoxPro program running. it uses a local cursor engine.
To use the program from home, people use a VPN solution (openVPN)
Using this, we have poor performance.
We use lines with a 200mbit down and 50 mbit upload speed. (vendor = Telenet Belgium)
The database has a traffic of 100mbyte totally during a complete session, so it should fly.
However: on a 100Mbit network it works realtime. response times are very low.
Using openVPN, response times are like minutes.
The internet connection is real fast. So OpenVPN is what slows us down.
I put send and receive buffers to 0 in both server and ws config file. This fastenes the systyem up, but far.. far from enough.
There must be other settings to speed openVPN traffic up. But what can I do?