|
 |
asp_components thread: ASP - COM
Message #1 by "Joo" <joogoo@m...> on Tue, 10 Sep 2002 05:32:49
|
|
Hi all
I'm in the process of developing a web based 3 tier application. The user
interface will be in ASP, Business Logic in COM dll and Database server.
What all are the mechanisms for passing data from COM to asp.
1. As Recordsets
2. As Arrays.
3. As collections.
Among the above listed methods, wich one is better in the following
scenarios.
1. Both ASP and COM is in a single server.
2. ASP and COM are deployed in two different servers.
(Database server will be independent.)
Thanks in advance
Joo
Message #2 by "Adrian Forbes" <adrian.forbes@n...> on Tue, 10 Sep 2002 09:58:38 +0100
|
|
ASP and COM (and the database) all being on the same server is better for
performance. But if you want to distribute load you might consider having
multiple COM servers.
-----Original Message-----
From: Joo [mailto:joogoo@m...]
Sent: Tuesday, September 10, 2002 5:33 AM
To: ASP components
Subject: [asp_components] ASP - COM
Hi all
I'm in the process of developing a web based 3 tier application. The user
interface will be in ASP, Business Logic in COM dll and Database server.
What all are the mechanisms for passing data from COM to asp.
1. As Recordsets
2. As Arrays.
3. As collections.
Among the above listed methods, wich one is better in the following
scenarios.
1. Both ASP and COM is in a single server.
2. ASP and COM are deployed in two different servers.
(Database server will be independent.)
Thanks in advance
Joo
%%email.unsub%%
|
|
 |