Apache Benchmark and Codeigniter problem
Posted
by JEagle
on Stack Overflow
See other posts from Stack Overflow
or by JEagle
Published on 2010-04-30T17:54:28Z
Indexed on
2010/04/30
17:57 UTC
Read the original article
Hit count: 286
Hi,
When using something like: ab -n 1000 -c 10 h t t p : / / localhost / ci
I get about 380 requests/sec.
When using: ab -n 1000 -c 10 h t t p : / / localhost / ci /
I get about 12 requests/sec.
Does anyone knows what's going on? Thanks
© Stack Overflow or respective owner