hi, I'm a php programmer, our site use PHP's Imagemagick
extension to process images, and this would consume a lot of
memory under some circumstances. However, the mainstream
PHP's memory management is really weak, so a huge amount
of memory would be consumed under high server load. What's
worse, this even cause our server to crash frequently.
So I rewrote the PHP-FPM , when the memory beyond the limit,child process will exit.
hi, I'm a php programmer, our site use PHP's Imagemagick
extension to process images, and this would consume a lot of
memory under some circumstances. However, the mainstream
PHP's memory management is really weak, so a huge amount
of memory would be consumed under high server load. What's
worse, this even cause our server to crash frequently.
So I rewrote the PHP-FPM , when the memory beyond the limit,child process will exit.
You don't need an SVN account to propose a patch.
--
Wbr,
Antony Dovgal
http://pinba.org - realtime statistics for PHP
hi, I'm a php programmer, our site use PHP's Imagemagick
extension to process images, and this would consume a lot of
memory under some circumstances. However, the mainstream
PHP's memory management is really weak, so a huge amount
of memory would be consumed under high server load. What's
worse, this even cause our server to crash frequently.
So I rewrote the PHP-FPM , when the memory beyond the limit,child process
will exit.You don't need an SVN account to propose a patch.
agree, but he did proposed the patch.
and it seems that nobody bothered to answer/review:
internals@lists.php.net/msg45918.html" rel="nofollow" target="_blank">http://www.mail-archive.com/internals@lists.php.net/msg45918.html
Tyrael
2010/4/14 Ferenc Kovacs tyra3l@gmail.com:
hi, I'm a php programmer, our site use PHP's Imagemagick
extension to process images, and this would consume a lot of
memory under some circumstances. However, the mainstream
PHP's memory management is really weak, so a huge amount
of memory would be consumed under high server load. What's
worse, this even cause our server to crash frequently.
So I rewrote the PHP-FPM , when the memory beyond the limit,child process
will exit.You don't need an SVN account to propose a patch.
agree, but he did proposed the patch.
and it seems that nobody bothered to answer/review:
internals@lists.php.net/msg45918.html" rel="nofollow" target="_blank">http://www.mail-archive.com/internals@lists.php.net/msg45918.html
I saw the patch, it's in my todo list.
agree, but he did proposed the patch.
and it seems that nobody bothered to answer/review:
internals@lists.php.net/msg45918.html" rel="nofollow" target="_blank">http://www.mail-archive.com/internals@lists.php.net/msg45918.html
Which definitely doesn't mean he can go ahead and commit it himself.
--
Wbr,
Antony Dovgal
http://pinba.org - realtime statistics for PHP
agree, but he did proposed the patch.
and it seems that nobody bothered to answer/review:
internals@lists.php.net/msg45918.html" rel="nofollow" target="_blank">http://www.mail-archive.com/internals@lists.php.net/msg45918.htmlWhich definitely doesn't mean he can go ahead and commit it himself.
as I said in my previous post: I fully agree with you, he should follow the
normal procedure (submit patches, and after he proved himself useful, he can
get karma), but you was suggesting that he should propose the patch instead
of requesting commit access.
this is why I mentioned, that he DID proposed, but nobody answered, so I
think its not the best tone/voice to answer his account request...
Tyrael
agree, but he did proposed the patch.
and it seems that nobody bothered to answer/review:
internals@lists.php.net/msg45918.html" rel="nofollow" target="_blank">http://www.mail-archive.com/internals@lists.php.net/msg45918.htmlWhich definitely doesn't mean he can go ahead and commit it himself.
Yep, but he has been no answer about his patch since 6 days, so i think
that he want go ahead and know if it's ok, or not.
Moreover, Rasmus says : Commit into trunk
(http://news.php.net/php.internals/47873).
Best regards,
Fred.
Hey
2010/4/14 Frederic Hardy frederic.hardy@mageekbox.net:
Moreover, Rasmus says : Commit into trunk
(http://news.php.net/php.internals/47873).
As long as you contact the maintainers of the ext/sapi you want to
contribute to is OK'd.
--
regards,
Kalle Sommer Nielsen
kalle@php.net