When I've tried to write long-running applications in PHP I always get memory leaks. How do you handle this in Kelpie?
Yeah, it's probably going to have memory leak issues. It's pretty much inevitable unfortunately. I've thought about having the server monitor the memory usage and periodically respawn processes. I believe apache uses a similar technique.
I'm open to ideas on this issue though. :-)
Yeah, it's probably going to have memory leak issues. It's pretty much inevitable unfortunately. I've thought about having the server monitor the memory usage and periodically respawn processes. I believe apache uses a similar technique.
I'm open to ideas on this issue though. :-)