简体   繁体   English

运行IIS 5.0的Web服务器将如何处理多个dbserver连接?

[英]how will webserver running IIS 5.0 handle multiple dbserver connections?

one websevers one website one page, 一个Web服务器一个网站一页,

three users clients 三个用户客户

two dbservers different databases on each using sql server 2005 server express 每个使用sql server 2005服务器的两个dbservers不同数据库

when any of the client accessing the page from his computer clicks on 当任何客户端从其计算机访问该页面时,单击

button A ---- connect to 'table1' of db 'first' on dbserver1
button B ---- connect to 'table1' of db 'second' on dbsever2

question is in my experience with vs08 coding, when one connection is opened, another attempt to open an connection is refused, saying an connection is already there which needs to be closed first. 我在使用vs08编码时遇到的一个问题是,当打开一个连接时,拒绝另一次打开连接的尝试,原因是该连接已经存在,需要首先关闭。

so how will the webserver IIS 5.0 handle this, allow a connection at a time? 那么Web服务器IIS 5.0如何处理此问题,一次允许连接?

i think my question is not clear 我认为我的问题不清楚

for answerers:-- 对于答复者:-

yes sql server allows multiple connections 是sql server允许多个连接

but there are two sql servers running on two different computers. 但是在两台不同的计算机上运行着两个SQL服务器。

your sql server should easily allow multiple connections without issue. 您的SQL Server应该轻松允许多个连接而不会出现问题。 It has nothing to do with IIS 与IIS无关

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Ninject如何在长时间运行的进程中最好地处理Sql连接? - How to best handle Sql connections in long running processes with Ninject? 如何处理TCP C#套接字服务器中的多个活动连接? - How to handle multiple active connections in a TCP C# socket server? 如何检查iis上的webrequest连接? - How to check webrequest connections on iis? 多个连接可用时,如何处理连接问题(数据库或外部系统) - How to handle issues with Connections cannot be made(either DB or external systems) when multiple connections are available 如何在 .NET 5.0 中从 IIS 中删除 WebDav? - How to remove WebDav from IIS, in .NET 5.0? 在C#中处理多个数据库连接 - Handle multiple database connections in c# Windows 10移动UWP应用比wifi更喜欢蜂窝数据。 如何处理多个网络连接 - Windows 10 Mobile UWP app prefers cellular data over wifi. How to handle multiple network connections 在C#中处理多个数据库连接的最佳方法是什么? - What is the best way to handle multiple database connections in C# IIS最大并发连接数 - IIS Maximum Concurrent Connections 如何在IIS中通过DirectoryEntry减少与AD的连接? - How should I reduce connections to AD with DirectoryEntry within IIS?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM