전체 글
-
brew upgrade 오류는 brew reinstall php로 해결Mac 2021. 4. 13. 20:26
매일 brew upgrade를 하는 것이 즐거움인데 며칠전에 오류가 나왔습니다.ㅠㅠ... 맥이 리눅스 기반이라서 완벽하다고 생각하시는 분들이 많은데 리눅스의 경우에는 툴들의 충돌도 많고 생각보다 부실한 것들도 많습니다. oneboard@oneboarcBookPro ~ % brew upgrade Updating Homebrew... error: could not apply 2e3ca1c... php@8.1: rebuild Resolve all conflicts manually, mark them as resolved with "git add/rm ", then run "git rebase --continue". You can instead skip this commit: run "git rebase --s..
-
Roadrunner - PHP를 위한 초고성능 웹서버Laravel 2021. 3. 20. 13:41
로드런너 wiki를 보면, 17년에 시작된 따끈한(?) 신상 입니다. Development on RoadRunner began in 2017 by Anton Titov. RoadRunner was initially created to handle the peak loads of a large-scale PHP application developed by Spiral Scout. The end application was experiencing anomaly peaks in very short spurts of time which did not allow classic load balancing mechanisms to activate. Roadrunner uses multi-threading to kee..
-
nginx unit, swool, Roadrunner, octane - 라라벨을 초당 5천번 이상으로Laravel 2021. 3. 20. 10:55
라라벨, PHP의 경우 빠른 처리를 못한다는 이야기가 근거 없이(?) 논의되고 있는데 swool이나 roadrunner를 사용하면 라라벨에서 대용량 처리가 가능해집니다.. Swoole와 RoadRunner는 CPU 코어 수를 기반으로 여러 Worker 프로세스를 Fork(분기)시켜 PHP를 보다 효율적으로 실행할 수 있는 코루틴(coroutine)을 사용합니다. Swoole/RoadRunner를 사용하면 메모리에 올려진 바이트코드를 사용해 오버해드를 최소화 할 수 있는 OPcache와 함께 PHP 앱의 startup 효율성을 높일 수 있습니다. 프레임워크의 startup 시간을 제거하면서 무거운 HTTP 워크로드가 많은 어플리케이션에 많은 개선 효과가 있습니다. nginx unit unit.nginx.o..
-
brew update 오류System 2021. 3. 8. 23:18
brew update를 했더니, conflict 오류가 나왔습니다. 한번 오류 나오고 끝나는 것이 아니라 지속적으로 생기는 오류이구요. oneboard@oneboarcBookPro ~ % brew update error: could not apply bc7e597... Update PHP dependencies on macos1015 20210220.1 runner Resolve all conflicts manually, mark them as resolved with "git add/rm ", then run "git rebase --continue". You can instead skip this commit: run "git rebase --skip". To abort and get back to ..
-
flutter 버젼 업그레이드 하기flutter 2021. 2. 11. 12:31
mac의 terminal에서 flutter 명령을 입력하면 새로운 버젼이 나왔다고 알려줍니다. flutter는 brew를 통해서 설치된 것이 아니므로 brew update로 설치되지 않습니다. oneboard@oneboarcBookPro ~ % flutter ╔════════════════════════════════════════════════════════════════════════════╗ ║ A new version of Flutter is available! ║ ║ ║ ║ To update to the latest version, run "flutter upgrade". ║ ╚══════════════════════════════════════════════════════════════════..