[MySQL] ERROR 1553 (08S01) at line xxxxx: Got a packet bigger than 'max_allowed_packet' bytes mysql --max_allowed_packet=100M -u root -p database < dump.sql set global net_buffer_length=1000000; set global max_allowed_packet=1000000000 http://stackoverflow.com/questions/93128/mysql-error-1153-got-a-packet-bigger-than-max-allowed-packet-bytes 더보기 The Evolution of Synchronization in Windows and C++ http://msdn.microsoft.com/en-us/magazine/jj721588.aspx 더보기 OpenSSL tutorial SSL에서 context의 역할 SSL handshakes, reads, writes에 사용되며, (1) 많은 자료구조를 한번에 초기화해주고 (2) 여러 SSL session이 하나의 context를 공유할 수 있기 때문에 성능이 좋아진다. 또한 SSL session cache(session resumption에 쓰임)을 여러 session이 공유할 수 있게 해 준다. SSL_init()의 역할 SSL이 사용하는 알고리즘을 로드해 준다. 또한 SSL_load_error_strings()를 통해 디버깅 문자열들을 로드할 수도 있다. BIO의 역할 input과 output을 위해 사용하는 객체이다. 다른 종류의 I/O channels (sockets, terminal, memory buffer, etc)마다.. 더보기 이전 1 ··· 6 7 8 9 10 11 12 ··· 36 다음