TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Mac + Nginx + Percona + PHP

37 点作者 fjordan将近 12 年前

5 条评论

kayoone将近 12 年前
This seems nicely done and its cool that its free but i dont buy the benefits.<p>1. People use MAMP or similar packages to set up local development enviroments, you dont run your production websites off of MAMP on a mac server. Given that usecase scenario, who in the world cares for Apaches performance or max requests per second ?<p>2. Using percona might be a noble idea, but has no real advantage over mysql.<p>3. Web developers today work with an increasing number of different technologies and its not a good idea to pollute your local machine with all the services and packages needed. Its much better to just use things like vagrant (or VMs in general) to resemble your production enviroment as close as possible without the need to fiddle around with maintaining dozens of packages on your local OSX install.<p>Of course if you just want to play around with Wordpress locally this is fine, but so is MAMP. And even then id still recommend using vagrant.
评论 #6151815 未加载
chc将近 12 年前
I thought Maria was the best-maintained fork of MySQL. Am I losing hipster cred here?
评论 #6151200 未加载
评论 #6151247 未加载
ck2将近 12 年前
Don&#x27;t forget the newly open-sourced Zend Opcache which works very well with PHP 5.4. It&#x27;s faster than APC, Xcache and eAccelerator.
fideloper将近 12 年前
The question better than &quot;Why wouldn&#x27;t I just use MAMP&quot; is &#x27;Why wouldn&#x27;t I use Vagrant or another VM?&#x27;<p>The benefits of learning how outweigh the &#x27;ease&#x27; of MAMP.<p>As Kayoone points out, polluting your main OS with so many technologies is much less than ideal.
sergiotapia将近 12 年前
Why Percona and not MariaDB?
评论 #6151279 未加载