Page 1 of 1

Performance issue

PostPosted: 20. March 2013 19:21
by f32516
Hi,

i am experimenting some performance issue with the default configuration of xampp (v1.8.1), and don't know where to look at... please excuse this newbie question.

i have a little php / mysql software, for handling multiple small GET requests. It perfectly works for the ~1000 first of them and then the response time brutally get down (from ~30 requests / sec to approximately 1 request every 5 seconds). CPU and RAM doesn't seem to be sufffering during the process. I guess there may be
- apache or mysql becoms short at some kind of ressources ?
- some kind of anti-flood mechanism ?

What log / monitoring system / ... can help me to understand the origin of the problem ?


thanks !
regards