xenophobia Posted May 17, 2010 Share Posted May 17, 2010 Hi, Im running Apache 2.2 on Windows Server 2003 with PHP 5.2 and MySQL 5.1 Community Server. I have installed Joomla on this server. Its running well. However, when I click on a same link many times (10 times) in a Joomla's page, the CPU usage shoot to 100% and stay for few minutes before its dropped. When the CPU shoot to 100%, no one else can visit the Joomla page, the page will keep loading. I just wonder is it Apache problem or Joomla's problem. But I personally think will be Apache on Windows Server problem. Anyone facing similar problem? Quote Link to comment https://forums.phpfreaks.com/topic/201998-spam-click-on-same-link/ Share on other sites More sharing options...
corbin Posted May 17, 2010 Share Posted May 17, 2010 Is it a crappy server? 10 page loads should not flood a server by any means. There's either a race condition, or something isn't right. The easiest way to go about it if you already have it setup would be to use something like xdebug to see where the hang is (or the slow down). But, you could also just try to figure out what's taking so long. Also, how many requests is Apache setup to handle at a time? Quote Link to comment https://forums.phpfreaks.com/topic/201998-spam-click-on-same-link/#findComment-1059701 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.