6 ms·
That's quite cool. That's some of the cleanest PHP I've seen. When I've tried to write long-running applications in PHP I always get memory leaks. How do you h
by joshd 17y ago
That's quite cool. That's some of the cleanest PHP I've seen.
When I've tried to write long-running applications in PHP I always get memory leaks. How do you handle this in Kelpie?
- dhotson 17y agoThanks Josh! :-D 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. :-)