简体   繁体   English

防止过程在LAMP环境中泄漏

[英]Prevent process leak on LAMP environment

I work with Magento applications, and i'm on kind of situation: 我使用Magento应用程序,但我遇到的情况是:

When user load some stores that have mutch information/jquery need lot of server process, if the user refresh the store mutch times pressing F5 the server get too mutch slow and difficult to use the store. 当用户加载具有信息/ jquery的某些商店时,需要大量的服务器处理,如果用户按F5刷新商店信息次数,则服务器会变得太慢,难以使用商店。

I need prevent this F5 'hack' slow my server, what i can do?? 我需要防止此F5“黑客攻击”使我的服务器变慢,我该怎么办? I think some kind of javascript/php solution. 我认为某种javascript / php解决方案。

But i want you opnion. 但是我要你。

Ty all in advance. 提前全部。

You want to handle this serverside. 您要处理此服务器端。 Depending on your PHP/webserver installation, you could limit the number of concurrent requests. 根据你的PHP / Web服务器的安装,你可以限制并发请求数。

i found something. 我发现了一些东西。

http://sourceforge.net/projects/iosec/ http://sourceforge.net/projects/iosec/

Do the job 做工作

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM