Deployment Models

Top  Previous  Next

There are several different ways TntMPD.DataServer can be installed and configured.  Here are three scenarios:

1.Single computer model: Running on your Web server, TntMPD.DataServer is able to connect directly to your donation/account data and keep its copy of the data up to date.  You maintain only one database for TntMPD.DataServer on your Web server.
(Note: This model does not work well for slow connections from the Web Server to remote database servers.)
 
2.Client/Server model: Running on a client workstation, TntMPD.DataServer is able to connect to your donation/accounting data.  You maintain only one database for TntMPD.DataServer on your Web server, and your client computer remotely connects to it.
(Note: This model does not work well for slow connections from the client workstation to the remote Web server.)
 
3.Replication model: You have TntMPD.DataServer installed locally in your office and it is able to connect directly to your donation/accounting systems.  It keeps its local copy of your data up to date.  Your Web server runs remotely (outside of your corporate firewalls) and has a replicated copy of your local data.  The remote Web server is able to run independently and serve data to your staff from its own copy of the data.  Replication works well even with low bandwidth as only the changes to the data are transmitted when replication takes place.
(Note: This model is optimized for slow connections to remote Web servers.)
(Note: This model requires the Workgroup, Standard or Enterprise edition of SQL Server 2005 to be installed onto the Web server.)