By indeyets, on July 2nd, 2007%
Better late than never. I’ve released updated lighttpd packages for MacOS-X’s Fink. It is Lighttpd 1.4.15 this time. Also, I added memcached support to mod_cml and mod_trigger_b4_dl.
As usual, if you have any good or bad feedback — let me know . . . → Read More: lighttpd 1.4.15
By indeyets, on June 22nd, 2007%
There was a comment by Olivier to one of my previous posts mentioning, that php was still leaking memory even on the simpliest example. That’s not exactly true. I added some more memory-information output to that example and made “hard” testing by ab. Here are some results:
Hello world! #22960
Memory usage: 232312
Peak Memory usage: 275352
Memory usage last . . . → Read More: php as appserver vs memory-leaks
By indeyets, on June 21st, 2007%
Thanks for all the comments to my “Application Server in PHP? well… Yes!” posting. I was really amazed to see that many interested people. Your support gives me a great motivation. Thanks, guys!
I am currently thinking about proper object hierarchy and, actually, I changed it completely 3 times already in my thoughts. I finally . . . → Read More: PHP+SCGI part 2: problem with eZComponents
By indeyets, on June 19th, 2007%
Short story: I made the initial implementation of SCGI protocol in PHP. Check it out!
Long story:
Some time ago I was ranting about PHP and it’s “way” of handling FastCGI. The idea is to have persistent PHP-application which would handle requests from inside. This would allow us have “real” persistent cache in application (persistent connection . . . → Read More: Application Server in PHP? well… Yes!