zoukankan      html  css  js  c++  java
  • Windows服务器如何选 搭建WAMP环境

    Windows Server 2003 Windows Server 2008 如何选择服务器系统版本。原文地址:http://www.xwamp.com/learn/1

    系统版本:

    Windows Server 2003
    微软宣布Windows Server 2003 的扩展支持已于 2015 年 7 月 14 日中止。

    目前用户仍然有很多。

    不支持php5.5,php5.6,php7.0。

    Windows Server 2008,Windows Server 2012,更高
    微软官方推荐Windows Server 2012。

    能够运行所有PHP版本

    系统位数:

    32位 一般多出现在Windows Server 2003。
    无法运行64位程序。

    64位 一般多出现在Windows Server 2008及更高。
    可兼容32位版本程序。如32位Apache可以运行在64位系统中。

    一般结论:

    1. 如果想使用64位则推荐使用2008及更高版本,如果使用2008及更高版本则推荐使用64位。
    2. 如果服务器内存在4GB及4GB以上,建议2008及更高版本。如果服务器内存在2GB及2GB以下,建议Windows Server 2003。
    3. 如果是中小型网站Windows Server 2003性能已经足够使用。

    服务器性能可能硬件影响因素:

    1. CPU:核心数,线程数,CPU频率
    2. 内存:大小,频率
    3. 硬盘:大小,读写速度
    4. 带宽:大小,质量

    了解更多WAMP环境搭建只是:xwamp

  • 相关阅读:
    Volume 6. Mathematical Concepts and Methods
    git帮助网址
    ubuntu 下安装wine
    ubuntu 通过ppa源安装mysql5.6
    ubuntu qq安装
    ubuntu14.04 fcitx安装
    language support图标消失
    ubuntu root用户登陆
    ubuntu 安装codeblocks13.12
    ubuntu tomcat自启动
  • 原文地址:https://www.cnblogs.com/osfipin/p/5132597.html
Copyright © 2011-2022 走看看