I am working a data and calculation intensive applications that deals with hundred of thousands of data records. I notice that if do too many calculation, my php scripts will suddenly exit in the middle of its execurtion without without erroring out. I am thinking that it is memory problem like run time stack prob in C. Does anyone have any experiences with this??
Khoa nguyen