-----Original Message-----
From: Srinivasan [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 14, 2004 3:18 PM
To: Witango-Talk (E-mail)
Subject: Witango-Talk: TANGO 2000 Load Balance

Hi All,
I have three basic questions..please educate me...
My DB Server is oracle
1) Can we run Tango on one server and Database Server on another? If yes
how
do I make the tango to talk to the database that is running on the other
machine?

Sure. It's a good idea even. The ODBC connection, or for Orcale, the OCI
configuration takes an IP address of the database server, this IP does
not need to be the same as the T2K server. The servers will need an IP
network between them.

2) Can we run more than one tango daemon on a same server? Will that
improve
my performance? How do we configure for the balancing?

You will have to purchase the Professional version of the Server to be
able to do this. Standard servers will not work correctly co-installed
on the same hardware.

3) How can we have tango app server load balanced when it is installed
in
more than one server? how does it talks to the database located in a
diff.
machine (same as first question)? Do I have to use the database config
files
to achieve this, for example ora files for oracle?

The client which installs in the web server (t4iis.dll or wiis.dll or
the cgi, or apache plugin, whichever one you use) can be programmed to
share requests between more than one instance of the server. These
instances can exist on the same machine or other machines, again, it
uses a simple IP address for configuration. Each server which is running
Tango/Witango must also be able to get to your database, and the
database much be configured to support multiple connections. I doubt
you'll have problems with Orcale.

I have one another server with me where I have installed tango but don't
have idea of configuring it to a database located in another machine. My
current setup has both app server and db server located on same machine.

Start with the ODBC configuration and the Orcale OCI configuration
information. You should see the same IPs or perhaps 127.0.0.1 or
localhost as the connection target for the datasource. This is what you
will want to change to be the second server.


Thanks a lot...
Srinivasan


________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Reply via email to