Home » Developer & Programmer » Forms » minimize network traffic (minimize network traffic)
minimize network traffic [message #275550] Sun, 21 October 2007 15:39 Go to next message
lbirut
Messages: 2
Registered: October 2007
Location: Antwerpen
Junior Member
I use Forms 10G (*.fmx) and Oracle Application Server 10g Release 2 (10.1.2)

I want to know how to minimize network traffic. I've discovered that each move between fields in my form generate requests to application server. I set form validation unit to "Form" but it doesn't work how I expected. I have very simple form with one block and 10 fields. Do you know how to reduce communication between client web browser (I have jinitiator 1.3.1.26) and application server in Forms 10G ?

Leonid
Re: minimize network traffic [message #275561 is a reply to message #275550] Sun, 21 October 2007 19:55 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Oracle Forms 10 is a web based application. All user written processing is done on the Application Server. If you use the standard forms functionality I am confident that you will find that there is little traffic to the AS. When you have trigger code against an item then the work HAS to be done on the AS.

David
Re: minimize network traffic [message #275803 is a reply to message #275561] Mon, 22 October 2007 14:31 Go to previous messageGo to next message
lbirut
Messages: 2
Registered: October 2007
Location: Antwerpen
Junior Member
I haven't got any trigger code against an item. I want to avoid communication between client and server when user navigates between items, do you know is it possible in Forms 10G architecture?
Re: minimize network traffic [message #275847 is a reply to message #275803] Tue, 23 October 2007 01:07 Go to previous message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Yes. No triggers on an item = no traffic to AS. Have you used a comms sniffer to measure your traffic?

David
Previous Topic: help for win_api_shell.winhelp
Next Topic: Enter Query/Execute Query
Goto Forum:
  


Current Time: Sun Feb 02 22:01:53 CST 2025