Displaying 1 result from an estimated 1 matches for "tunish".
Did you mean:
punish
2009 Oct 21
4
Concurrent calls including mysql taking lot of time for execution
Hi,
I tried getting our server setup for 400-500 simultaneous calls, calls were
going through properly but at around 200-250 calls, mysql (connect ...)
statement was taking at least 5-10 sec to connect to the database. I
optimized all possible parameters in my.cnf:
max_connection=1000
wait_timeout=60
query_cache_type=1
query_cache_limit=4M
query_cache_size=512M
interactive_timeout=120