Programming Language Performance Test

code at https://github.com/proin/Language-Performance-Test R이 좋다는 말도 요즘 많이 들리고, 프로젝트를 하다보면 파이썬으로 구현된 프록젝트들도 꽤 다수가 있다. go 언어 또한 구글에서 밀고있기 때문인지 스크립트 언어가 C와 동급의 퍼포먼스를 보인다는 이야기도 자주 들린다. 그래서 프로젝트 할 때 참고하기 위해 몇가지 언어를 속도 비교를 위해 하노이탑 로직을 통해 재귀함수 속도 ...

PHP File Upload Size Setting

at CentOS ( or Another Linux OS ), find php.ini

# find / -name php.ini

and execute vim editor and find this

# vim /.../php.ini
post_max_size = 8M
upload_max_filesize = 8M

change this that you want.
must change both var.