pchero on June 29th, 2015

for 구문 사용시, 인덱싱하는 order 에 따라, 실행시간에 차이가 발생한다는 글을 보았다(참조: http://process3.blog.me/20030421397) 정말로 그럴까? 한번 확인해 보았다. 결론은? 확실한 차이가 있었다. 이유를 확인해보니, 메모리 캐시와 관련된 내용이었다.   — Program 1 #include <stdio.h> #define MAX_CNT 100 int main(int argc, char** argv) {     int i, j, k;     int test_data[MAX_CNT][MAX_CNT][MAX_CNT];     […]

Continue reading about memory indexing differences

pchero on June 18th, 2015

오늘 Redis 사용 도중… “Cannot allocate memory” 오류를 만났다..   이미 많이 알려진 유명한 오류던데.. 나만 몰랐다.. ㅎㅎㅎㅎ 아무튼 한건 기분좋게 해결했다.   관련 내용은 당연히 위키 페이지에 정리해두었다. 🙂

Continue reading about Redis “Cannot allocate memory”

pchero on June 16th, 2015

담당하고 있는 음성 사서함 서비스 에서 사용중인 메일 서버를 변경했다. 당연히 잘 메일 서버에 잘 접속이 되고 동작이 되는지 테스트가 필요했다.   담당 엔지니어에게 부탁을 해서 테스트를 하는데… 헐, 텔넷으로 붙어서 메일을 전송 테스트를 했다…. 알고는 있었지만, 실무에서 직접 보기는 처음.. -_-;;;;   자세한 SMTP 명령어는 아래를 참조.. http://www.yuki-onna.co.uk/email/smtp.html

Continue reading about SMTP geek test…

pchero on June 13th, 2015

아파치에 ssl 설정을 하고 https 접속을 하려는데 다음의 오류가 나왔다. Secure Connection Failed An error occurred during a connection to pchero21.com. SSL received a record that exceeded the maximum permissible length. (Error code: ssl_error_rx_record_too_long) The page you are trying to view cannot be shown because the authenticity of the received data could not be verified. […]

Continue reading about apache ssl enable problem

pchero on June 10th, 2015

아… 요즘 왜 이렇게 바쁜지.. -_-;;; olive 에 낼 짬이 안난다.. 빨리 하던 일 마무리 짓고 olive에 전념하고 싶다.. ㅎ  

Continue reading about busy, busy, busy….