Performance problem with 10G Application Server via internet [message #226462] |
Fri, 23 March 2007 18:03 |
baracuda70
Messages: 4 Registered: March 2007
|
Junior Member |
|
|
We installed an Oracle 10G application server on a windows 2003 server. it has a name something like "salesserver". We configured the port 7778. Everything was fine during our tests locally. During our tests we were reaching the server http://salesserver:7778/start.htm
So we decided to open the server to the internet. We got an ip to the server like 123.456.569.12 and changed the link to
http://123.456.789.12:7778/start.htm
Now it sucks. when I return to the "salesserver" configuration the forms open in 1 or two seconds. And when I return to the "123.456.789.12" configuration it works but the forms open in 30 or 40 secs. I checked the lengths of the fmx of the forms. They are between 100 kB and 130kB. I have two internet connections. One 1024kbit/s and the other is 2048 kbit/s and they really work fine. But when I try to use the application server with "123.456.789.12:7778" configuration it waits and waits and then it works. I tried it from some other locations with 1024 kbit/s connection and nothing changed. How may I solve (first learn what it is) the problem.
Thanks.
[Updated on: Fri, 23 March 2007 18:09] Report message to a moderator
|
|
|
|
|
|
|
Re: Performance problem with 10G Application Server via internet [message #231180 is a reply to message #227712] |
Sun, 15 April 2007 13:59 |
baracuda70
Messages: 4 Registered: March 2007
|
Junior Member |
|
|
OK. We found the problem now. It is webutil. When I use a form without webutil it opens in 2 or 3 secs. But when I use webutil the form opens in 40 secs.
First: The problem occurs while accesing the server through internet. When I use my LAN there is no problem. The server is at DMZ area. A form using webutil opens and runs in a few seconds through the company intranet. But through internet the form opens in 40+ secs and runs in 20 or 30 minutes. And according to ethereal logs the time passes while searching something. (I do not know what)
Second: I may arrange my forms which do not need webutil and recompile them. But I have few forms that use webutil. (client_text_io for example) what will I do in these forms.
Is this problem because of a misconfiguration? Wrong installation?
I do not want to live with it. So, would anyone please help me with this problem.
|
|
|
|
Re: Performance problem with 10G Application Server via internet [message #231248 is a reply to message #231204] |
Mon, 16 April 2007 02:09 |
baracuda70
Messages: 4 Registered: March 2007
|
Junior Member |
|
|
Yes I found the problem. But, I have not found the solution yet. The server has 10.10.10.10 (something like that) internal ip address and 123.456.789.123 (something like that) external ip address. When I use internal ip address everything is ok. But when I use external ip address the client waits without sending or receiving any packets.
|
|
|
|