<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0">
  <title type="html">The Winner Takes It All: C-비동기-소켓을-이용한-프로그래밍Asynchronous-Socket에 달린 최근 댓글/트랙백 목록</title>
  <id>http://www.nohungry.net/tt1/</id>
  <link rel="alternate" type="text/html" hreflang="ko" href="http://www.nohungry.net/tt1/" />
  <subtitle type="html">뽐뿌가 없으면 블로그도 없다.</subtitle>
  <updated>2012-01-13T00:32:04+09:00</updated>
  <generator>Textcube 1.7.7 : Beta 2</generator>
  <entry>
    <title type="html">카논님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://www.nohungry.net/tt1/160#comment869" />
    <author>
      <name>(카논)</name>
    </author>
    <id>http://www.nohungry.net/tt1/160#comment869</id>
    <published>2010-03-09T10:52:22+09:00</published>
    <summary type="html">좋은 정보 감사합니다.
서버/클라에 대한 구현 팁을 좀더 알려주셧으면 하는..
초보자에게 정말 많은 도움이 될거 같습니다.</summary>
  </entry>
  <entry>
    <title type="html">노헝그리님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://www.nohungry.net/tt1/160#comment870" />
    <author>
      <name>(노헝그리)</name>
    </author>
    <id>http://www.nohungry.net/tt1/160#comment870</id>
    <published>2010-03-09T17:33:23+09:00</published>
    <summary type="html">저도 아는 것이 없지만; 매우 기초적인 내용으로 조금씩 쓰려고 생각 중이었습니다;

날개발자지만; 명색이 직딩이다보니~ 잘 안되지만; 틈틈이 써보도록 하겠습니다~^^;</summary>
  </entry>
  <entry>
    <title type="html">김용수님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://www.nohungry.net/tt1/160#comment873" />
    <author>
      <name>(김용수)</name>
    </author>
    <id>http://www.nohungry.net/tt1/160#comment873</id>
    <published>2010-03-31T18:34:52+09:00</published>
    <summary type="html">테스트를 해보왔는데...소켓에 대한 close가 안됩니다..ㅠㅠ
이벤트가 발생을 안하네요</summary>
  </entry>
  <entry>
    <title type="html">김기범님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://www.nohungry.net/tt1/160#comment877" />
    <author>
      <name>(김기범)</name>
    </author>
    <id>http://www.nohungry.net/tt1/160#comment877</id>
    <published>2010-05-10T09:53:07+09:00</published>
    <summary type="html">위 코드의 경우,

여러번 Send()를 날렸을 때

onReceive() 이벤트가 byte[]가 중첩되어 발생하는 경우가 있는데요
(접속상태가 좋지 못하거나, 지연되는 네트워크일때 더더욱)

이것은 정상인 것인가요? 아니면 의도되지 않은 오류인가요?

예) 10bytes를 빠르게 여러번 Send() -&amp;gt;

onReceive() 에서 발생되는 이벤트가, 10, 10, 20, 10, 20, 30, 10 등

중첩되어 발생되는 경우가 있음</summary>
  </entry>
  <entry>
    <title type="html">노헝글이님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://www.nohungry.net/tt1/160#comment878" />
    <author>
      <name>(노헝글이)</name>
    </author>
    <id>http://www.nohungry.net/tt1/160#comment878</id>
    <published>2010-05-10T22:47:27+09:00</published>
    <summary type="html">제가 회사를 옮기고, 회사 보안 정책 상 회사에서 블로그나 데브피아에 글을 적을 수 없어 이제 확인합니다; 

소켓 통신에서는 10바이트를 보낸다고 항상 받는 쪽에서도 10바이트를 받는다고 보장할 수 없습니다.

님의 말씀처럼 네트워크 지연이나 기타 원인으로 인해 당연히 중첩되어 받을 수 있습니다. 즉, 정상이라는 얘기입니다.

따라서, 데이터를 받는 쪽은 버퍼(흔히 큐를 많이 이용합니다.)를 이용해서 데이터를 처리하고, 데이터를 보내는 쪽에서는 보낸 데이터들을 구분하기 위해 데이터에 STX, ETX와 같은 구분자를 붙여서 보내고는 합니다.</summary>
  </entry>
  <entry>
    <title type="html">이민규님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://www.nohungry.net/tt1/160#comment879" />
    <author>
      <name>(이민규)</name>
    </author>
    <id>http://www.nohungry.net/tt1/160#comment879</id>
    <published>2010-05-19T11:29:17+09:00</published>
    <summary type="html">저도 Close할 때 오류가 나네요.</summary>
  </entry>
  <entry>
    <title type="html">이민규님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://www.nohungry.net/tt1/160#comment880" />
    <author>
      <name>(이민규)</name>
    </author>
    <id>http://www.nohungry.net/tt1/160#comment880</id>
    <published>2010-05-20T16:29:08+09:00</published>
    <summary type="html">Close 오류는 해결했는데,
이제는 Close할 때 이전에 보냈던 hello가 또 보내지네요;;</summary>
  </entry>
  <entry>
    <title type="html">손준호님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://www.nohungry.net/tt1/160#comment905" />
    <author>
      <name>(손준호)</name>
    </author>
    <id>http://www.nohungry.net/tt1/160#comment905</id>
    <published>2010-10-26T08:48:27+09:00</published>
    <summary type="html">Close시 서버소켓에서 Close 이벤트 발생을 안하는 군요</summary>
  </entry>
  <entry>
    <title type="html">궁굼합니다.님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://www.nohungry.net/tt1/160#comment924" />
    <author>
      <name>(궁굼합니다.)</name>
    </author>
    <id>http://www.nohungry.net/tt1/160#comment924</id>
    <published>2012-01-04T09:39:43+09:00</published>
    <summary type="html">AsyncSocket 에서 Server 의 id 가 뭐에 쓰이는지..

AsyncSocket Client 에서 worker 를 새로 생성하여 사용할수 있는지와

AsyncSocket 으로 연결된 거에서 추가적으로 소켓을 연결할수 있는지에

대해서 궁굼합니다....</summary>
  </entry>
  <entry>
    <title type="html">비밀 댓글입니다</title>
    <link rel="alternate" type="text/html" href="http://www.nohungry.net/tt1/160#comment925" />
    <author>
      <name>비밀 댓글입니다</name>
    </author>
    <id>http://www.nohungry.net/tt1/160#comment925</id>
    <published>2012-01-04T09:40:12+09:00</published>
    <summary type="html">비밀 댓글입니다</summary>
  </entry>
  <entry>
    <title type="html">비밀 댓글입니다</title>
    <link rel="alternate" type="text/html" href="http://www.nohungry.net/tt1/160#comment926" />
    <author>
      <name>비밀 댓글입니다</name>
    </author>
    <id>http://www.nohungry.net/tt1/160#comment926</id>
    <published>2012-01-04T09:40:44+09:00</published>
    <summary type="html">비밀 댓글입니다</summary>
  </entry>
</feed>

