多少个子域合适?

发布于 2024-07-30 17:15:42 字数 130 浏览 5 评论 0原文

我正在构建一个目录网站,我想将每个子目录表示为我网站上的子域,例如: car.mydir.com 而不是 mydir.com/car

所以问题是子目录关键字的总数太大了。 例如,您认为 IIS 可以处理 40000 个子域吗?

I'm building a directory website and i want to represent each subdirectory as a subdomain on my website like: car.mydir.com and not mydir.com/car

So the problem is the total number of subdirectory keywords are way too big. Do you think for example IIS can handle 40000 subdomains?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

濫情▎り 2024-08-06 17:15:43

子域的数量应该不是问题。

使用子域和子 URL 之间的主要区别在于子域是通过 DNS 协议分发的。 该协议的成本很高,因此客户端会缓存信息很长时间(通常是一两天)。

这意味着子域中的任何更改都需要一段时间,直到网络上的每个客户端都会注意到,同时 URL 更改会立即生效。

The number of subdomains shouldn't be a problem.

The main difference between using subdomains and sub-URLs is that subdomains are distributed via the DNS protocol. This protocol is expensive, so clients cache the information for a long time (one or two days usually).

This means that any change in the subdomains will take some time until every client on the net will notice while URL changes are picked up immediately.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文