Cannot initialize zend_mm storage [win32]
Posted: Sun Oct 09, 2011 11:05 pm
can any one help me
Currently i'm doing load testing for our web servers with ab.exe tools which is comes with build in apache.
I'm getting error message in apache log file and error says :
Cannot initialize zend_mm storage [win32]
here is my steps to test the load
C:\apache2\bin>ab -c 100 -n 100 http://IPADDRESS/
-c 100 means ==> 100 concurrent users
-n 100 means ==> 100 concurrent transactions
My setup :
1. Apache 2.2.17 as a handler
2. PHP 5.2.17 as a thread safe
our application will not support the Apache as a Cgi/FastCgi and PHP as a Non-Thread Safe.
It's urgent
Thanks,
Currently i'm doing load testing for our web servers with ab.exe tools which is comes with build in apache.
I'm getting error message in apache log file and error says :
Cannot initialize zend_mm storage [win32]
here is my steps to test the load
C:\apache2\bin>ab -c 100 -n 100 http://IPADDRESS/
-c 100 means ==> 100 concurrent users
-n 100 means ==> 100 concurrent transactions
My setup :
1. Apache 2.2.17 as a handler
2. PHP 5.2.17 as a thread safe
our application will not support the Apache as a Cgi/FastCgi and PHP as a Non-Thread Safe.
It's urgent
Thanks,