Sink (computing) 싱크 (컴퓨팅)에서의 의미
2019.02.24 15:51
Sink (computing) 싱크 (컴퓨팅)에서의 의미
Sink (computing)
In computing, a sink, event sink or data sink is a class or function designed to receive incoming events from another object or function. This is commonly implemented in C++ as callbacks. Other Object-oriented languages, such as Java and C#, have built-in support for sinks by allowing events to be fired to delegate functions.
Due to lack of formal definition, a sink is often misconstrued with a gateway which is a similar construct but the latter is usually either an end-point or allows bi-direction communication between dissimilar systems, as opposed to just an event input point[citation needed]. This is often seen in C++ and hardware-related programming[citation needed], thus the choice of nomenclature by a developer usually depends on whether the agent acting on a sink is a producer or consumer of the sink content.
The word sink has been used for both input and output in the industry. Mobile sink is proposed to save sensor energy for multihop communication in transferring data to a base station (sink) in wireless sensor networks.
에서 계산 하는 싱크 , 이벤트 싱크 또는 데이터 싱크 A는 클래스 또는 함수를 수신 받도록 설계 이벤트 서로 목적 또는 기능. 이것은 일반적으로 C ++ 에서 콜백 으로 구현됩니다 . Java 및 C # 과 같은 기타 객체 지향 언어 에는 이벤트를 실행하여 함수 를 위임 할 수 있으므로 싱크 (sink)에 대한 지원 기능이 내장되어 있습니다 .
인해 공식 정의의 부족 때문에, 싱크는 종종로 잘못 해석되는 게이트웨이 와 유사한 구조이지만, 후자는 보통 두 엔드 포인트 또는 단지 이벤트 입력 점 반대로, 이종 시스템 간의 양방향 통신을 가능하게 [ 인용 필요 ] . 이것은 종종 C ++에서 볼 수 있습니다 및 하드웨어 관련 프로그래밍 [ 표창장은 필요로했다 ] , 따라서 개발자의 명명법의 선택은 보통 싱크대에 작용하는 에이전트가 싱크 컨텐츠의 생산자 또는 소비자인지에 따라 달라집니다.
싱크 (sink) 라는 단어 는 업계에서 입출력을 위해 사용되었습니다. 모바일 싱크 (sink)는 무선 센서 네트워크 에서 기지국 (sink)으로 데이터 를 전송할 때 다중 홉 통신을위한 센서 에너지를 절약하기 위해 제안된다 .
[출처] https://en.wikipedia.org/wiki/Sink_(computing)
광고 클릭에서 발생하는 수익금은 모두 웹사이트 서버의 유지 및 관리, 그리고 기술 콘텐츠 향상을 위해 쓰여집니다.

