These days I feel frustrated with the poor status of apache-php server, the connnection is shut down frequently and randomly when concurrency occurs.
I have tried to trace the problem and failed to locate the definite suspicious code. But those strange things never occurred in windows environment!
The most distinguished difference between windows-based php and BSD-based ones is that the latter is thread safe, it may have effects in concurrency environment. So I would like to find the way to build a thread-safe php in BSD enviroment.
But there is no such switch neither in the standard config dialogue nor in the Makefile.
I have no idea then, does anyone know the solution?
Merci!
I have tried to trace the problem and failed to locate the definite suspicious code. But those strange things never occurred in windows environment!
The most distinguished difference between windows-based php and BSD-based ones is that the latter is thread safe, it may have effects in concurrency environment. So I would like to find the way to build a thread-safe php in BSD enviroment.
But there is no such switch neither in the standard config dialogue nor in the Makefile.
I have no idea then, does anyone know the solution?
Merci!