|
Re: Oracle over Satellite Bandwidth requirement [message #65187 is a reply to message #65184] |
Wed, 02 June 2004 09:47 |
andrew again
Messages: 2577 Registered: March 2000
|
Senior Member |
|
|
I would test your application over something like a dial-up link to see if it works OK over that. That will give you an idea of how much bandwidth is needed for a single client. Then you need to know how many concurrent users you have. Lastly you need to consider that network latency (delay) will be quite significant. If your app has lots of back and forth request then this will slow your app down to a standstill. If it's a simple web request followed by responses then it should be OK. Remember that a web page having 10 images or whatever will request those all in parallel - not one at a time so the latency won't be such a problem.
|
|
|
|