Сообщество Magento - Хостинг:: Совет Потребности, какое совместное использование хостинга выполнит магнето быстро

Fedora 10 + включали совместимого с Cisco клиента VPN. Это, кажется, 'vpnc', который доступен здесь: http://www.unix-ag.uni-kl.de/~massar/vpnc/

На Fedora 10 +, NetworkManager имеет GUI frontend для vpnc, но я уверен, что документация может показать Вам, как настроить его без GUI (при необходимости).

Я использовал vpnc на Fedora 10 и 11 без проблем. Легко иметь дело с, и у меня никогда не было проблем при соединении.

1
задан 1 July 2010 в 13:52
2 ответа

Лучший способ для Вас для обращения к этому состоит в том, чтобы найти, что дешевый vps. заменяет установку nginx, php-fpm и некоторое memcached распределенное кэширование.

Это обеспечит лучшее использование ресурсов, доступных для Вашего магазина.

Или найдите специализированного магнитного поставщика услуг хостинга, который уже имеет оптимизированную магнитную инфраструктуру.

1
ответ дан 3 December 2019 в 22:30

I wouldn't suggest a VPS in place of shared hosting, for a number of reasons.

Let's assume your budget is £30 per month - from bytemark.co.uk this gives you

  1. 1000MB RAM
  2. 1 CPU Core
  3. 20GB storage

The downsides of using a VPS being

  1. You need to manage your own server. That means you have to optimise the server, monitor the server, fix any issues with the server - have you got that level of experience?
  2. Your I/O is shared. Anyone else's activity using the common HDDs will bottleneck anything your Magento store needs to do
  3. You are limited to 1GB RAM, to put this into perspective ...

Each PHP thread (visitor) needs an average 30MB RAM and its corresponding MySQL connection will need just a bit more. So that is 80MB per visitor. Your base OS needs about 140MB RAM to run. MySQL base wants as much as possible, but as a minimum, it will need 300MB.

So you are using 440MB, leaving you support for 7 active visitors - which is fortunate, because 1 2.5GHz core can push through a maximum of 7 requests per second (for Magento).

--

Conversely, you could pick a Magento host that already optimises its shared servers, uses external DB servers, and usually has a powerful machine that you can burst resources on, to a factor of around 8 of what your VPS offers.

There are a few Magento hosting comparison sites out there that will help you make this decision.

  1. www.magentobenchmark.com
  2. www.magespeedtest.com
1
ответ дан 3 December 2019 в 22:30

Теги

Похожие вопросы