|
|
|
|
|
by mgkimsal
5183 days ago
|
|
"(core dumps - a common issue in PHP)" Ummm.... I've been working with PHP for 16 years, and I could count the number of coredumps I've had in production on one hand (maybe 2). Early on, when compiling extensions by hand, I'd get some when I compiled something wrong, but that was always in test areas on dev machines. If 'core dumps' were 'a common issue', I doubt it would be as widely used as it is now. |
|
We were typically getting up to 200 req/second on our stack. So it was pretty heavy traffic to begin with. We solved the core dumps though. And the java core dumps were for the same reason (necessary to connect to JNI).