我应该在什么时候在我的 php 脚本中支持 IPV6?
我有相当多的 PHP 代码,我想知道什么时候应该开始升级脚本以支持 IPV6。
我知道 IPV6 已经在“要做的事情清单”上很久很久了,但实际上我从来没有看到一个明确的过渡路径来说明我何时需要开始支持它。
I've got quite a bit of PHP code laying around and am wondering at what point should I start upgrading the scripts to support IPV6.
I know IPV6 has been on the 'list of things to do' for a long, long time but really have never seen a clear transition path on when I need to start supporting it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
IPv6 在一些国家(例如日本、中国、韩国)和一些大型组织中得到了广泛采用(例如,我在 6 年前举办的 IPv6 研讨会建议出售给美国政府的所有网络设备都需要 IPv6 支持)。
我认为你的问题的简短答案是......“当你的目标受众中有很大一部分使用 IPv6 时”。
对于公共互联网站点,答案可能是“可能永远不会”。 IPv6 旨在解决“我们的 IPv4 地址耗尽”问题。 由于大多数组织不再采用 IPv6,而是采用了网络地址转换路线,从而大大延长了寿命IPv4 地址空间。
IPv6 has widespread adoption in some countries (e.g. Japan, China, Korea) and some large organisations (an IPv6 workshop I did 6 years ago suggested IPv6 support was required for all networking gear sold to the US govt for example).
I think the short answer to your question is... "When a significant proportion of your target audience uses IPv6".
For a public internet site, the answer to that is likely "probably never". IPv6 was meant to solve the "we're running out of IPv4 addresses" problem. Since instead of IPv6, most organisations have gone down the network address translation route, greatly extending the life of the IPv4 address space.
我认为对您的问题的简短回答是...“在很大一部分目标受众使用 IPv6 之前”。
如果您正在开发商业应用程序,“在您的竞争对手之前支持 IPv6”。
I think the short answer to your question is... "Before a significant proportion of your target audience uses IPv6".
If you're developing a commercial app, "Before your competition supports IPv6".
一旦您开始看到一两个人使用 ipv6,我会建议您切换,但为什么还要等待呢? 有一天,IPv6 将完全取代 IPv4,所以为什么不帮助加快替换速度呢。
Once you start seeing a person or two using ipv6 I would suggest switching, but why wait? Ipv6 will be replacing ipv4 entirely someday so why not help speed up that replacement.