Hi, I was doing some load test to the ape-server using a Core2 Quad Q9505 2.83GHz machine with 4GB of memory.
When I did until 5000 requests at a time, it was fine. But, when I did for 8000 requests at a time, the server stopped to responding, even though my CPU load was still at 25% of full capacity. When I check the APE server status also was still online (OK). When I checked the log, there was no explanation about what happened to the server. It only logged the incoming request I just restarted the server and it can start to receive new requests again. Previous requests was gone. The questions are: 1. How do we calculate the server capacity for the maximum loads it can handle? 2. APE claims can handle up to 100,000 requests in single machine, but for mine it started to to get stuck only with 8000 requests. Did I need to do some tuning in the settings? in which file do I need to set the settings? 3. Log file of APE doesn't explain any information related to the server error, is there any settings need to be change to make it produce more detailed log? Cheers, additional info: below are the log content (/var/log/ape.log) 2010-01-22 15:27:29 - src/entry.c:183 - APE starting up - pid : 21837 2010-01-22 15:27:29 - src/entry.c:242 - Starting daemon 2010-01-22 15:28:07 - src/users.c:180 - New user - (ip : 192.168.4.40) 2010-01-22 15:28:15 - src/users.c:180 - New user - (ip : 192.168.4.40) 2010-01-22 15:28:38 - src/users.c:180 - New user - (ip : 192.168.4.40) 2010-01-22 15:41:12 - src/users.c:180 - New user - (ip : 192.168.4.37) 2010-01-22 15:44:18 - src/users.c:180 - New user - (ip : 192.168.4.37) 2010-01-22 15:44:50 - src/users.c:180 - New user - (ip : 192.168.4.37) 2010-01-22 15:49:53 - src/users.c:180 - New user - (ip : 192.168.4.40) 2010-01-22 15:55:29 - src/users.c:180 - New user - (ip : 192.168.4.40) 2010-01-22 15:55:39 - src/users.c:180 - New user - (ip : 192.168.4.40) 2010-01-22 16:38:52 - src/users.c:180 - New user - (ip : 192.168.4.40) 2010-01-22 18:44:27 - src/users.c:180 - New user - (ip : 192.168.4.37) 2010-01-22 18:46:33 - src/users.c:180 - New user - (ip : 192.168.4.37) 2010-01-22 18:47:04 - src/users.c:180 - New user - (ip : 192.168.4.37) 2010-01-22 18:47:36 - src/users.c:180 - New user - (ip : 192.168.4.37) 2010-01-22 18:47:45 - src/users.c:180 - New user - (ip : 192.168.4.37) 2010-01-22 18:47:46 - src/users.c:180 - New user - (ip : 192.168.4.37) 2010-01-22 18:47:47 - src/users.c:180 - New user - (ip : 192.168.4.37) 2010-01-22 18:47:57 - src/users.c:180 - New user - (ip : 192.168.4.37) 2010-01-22 18:48:17 - src/users.c:180 - New user - (ip : 192.168.4.37) -- You received this message because you are subscribed to the Google Groups "APE Project" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/
