Performance in WEB Apps [message #66127] |
Mon, 03 December 2001 14:35 |
Alfredo Moreno
Messages: 1 Registered: December 2001
|
Junior Member |
|
|
Has anybody any advice/guidelines for Performance in WEB Apps, we are concern about time responses; in order to get the best ardware configuration, and network Arch. It really drags.
Any help appreciated
----------------------------------------------------------------------
|
|
|
Re: Performance in WEB Apps [message #66162 is a reply to message #66127] |
Wed, 26 December 2001 21:45 |
Gloria Zhao
Messages: 11 Registered: October 2001
|
Junior Member |
|
|
Hi,
The HTTP protocol is more efficient that SQL*Net. Thus, put your application close to the database so that you minimize the SQL*Net traffic.
Best regards.
Frank Naude
----------------------------------------------------------------------
|
|
|