최신버전에는 php-fpm이 통합된 것으로 보이며
php 가 요청에 따라 마구 늘어나는 것을 fpm(Fastcgi Process Manager)를 통해 어느정도 억제가 가능하거나
connection pool을 제공함으로서 성능 향상을 도모할 수 있는 것으로 추측된다.
[링크 : http://opentutorials.org/module/384/4332]
[링크 : http://phpschool.com/gnuboard4/bbs/board.php?bo_table=tipntech&wr_id=77007 ]
[링크 : http://phpschool.com/gnuboard4/bbs/board.php?bo_table=tipntech&wr_id=77007 ]
[링크 : http://php-fpm.org/]
'Programming > php' 카테고리의 다른 글
php-fpm관련 (0) | 2014.09.25 |
---|---|
xcache apc (0) | 2014.09.23 |
php5 class / object oriented programming (4) | 2014.07.07 |
웹소켓 (websocket) (0) | 2014.07.03 |
php 로그인 예제 (0) | 2014.05.19 |