Re: database and app server separated by WAN
From: vi (none_at_yahoo.com)
Date: 12/07/04
- Next message: gar: "no-touch deployment and resource files"
- Previous message: Sam Santiago: "Re: database and app server separated by WAN"
- In reply to: Ice: "Re: database and app server separated by WAN"
- Next in thread: Sam Santiago: "Re: database and app server separated by WAN"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 7 Dec 2004 07:32:22 +0530
We generally keep SQL statements on the application server. For each
transaction the application server will typically send multiple SQL
statements to the database. The database will respond with the answer to the
SQL query. For each transaction the communication occurs multiple times.
When a application server communicates with another application server, I
can ensure that only the necessary parameters are passed once. The results
are sent back once. So communication occur only once for every transaction.
Now you be the judge.
Will multiple transmission of information over WAN be slower or single
transmission?
Vi.
- Next message: gar: "no-touch deployment and resource files"
- Previous message: Sam Santiago: "Re: database and app server separated by WAN"
- In reply to: Ice: "Re: database and app server separated by WAN"
- Next in thread: Sam Santiago: "Re: database and app server separated by WAN"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|