skliz4rel Posted February 1, 2013 Share Posted February 1, 2013 Hello everybody, I am currently working on an enterprise chat application. presently I have finished the application. The application is installed on a webserver running on wampserver. each time more the 5 people connect to the application the apache stops responding. It get so bad that you wont be able to run localhost on your browser. please how can I increase memory on the apache server to accomodate the request on the server. How can I solve this problem. I confused here. Is this problem happening because it is running on wampserver. Or what could be the problem. Quote Link to comment https://forums.phpfreaks.com/topic/273904-increasing-apache-memory-for-running-script/ Share on other sites More sharing options...
PFMaBiSmAd Posted February 1, 2013 Share Posted February 1, 2013 What operating system? MS has limits on the number of concurrent tcp/ip connections for the non-pro/non-server versions of its operating systems. Quote Link to comment https://forums.phpfreaks.com/topic/273904-increasing-apache-memory-for-running-script/#findComment-1409492 Share on other sites More sharing options...
skliz4rel Posted February 2, 2013 Author Share Posted February 2, 2013 ok. it is a windows OS and it is a server OS. The machine as been used to host server applications Quote Link to comment https://forums.phpfreaks.com/topic/273904-increasing-apache-memory-for-running-script/#findComment-1409695 Share on other sites More sharing options...
PFMaBiSmAd Posted February 2, 2013 Share Posted February 2, 2013 What evidence do you have that it's a memory issue? It's more likely that for the frequency of http requests and the processing being done for each request, that there's no processing time available for anything else. What sort of errors are there in the Apache error log? Quote Link to comment https://forums.phpfreaks.com/topic/273904-increasing-apache-memory-for-running-script/#findComment-1409743 Share on other sites More sharing options...
skliz4rel Posted February 3, 2013 Author Share Posted February 3, 2013 I figured out the error. It is because I am performing a mutiple pool. which is stressing the server tanks alot. Quote Link to comment https://forums.phpfreaks.com/topic/273904-increasing-apache-memory-for-running-script/#findComment-1409870 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.