Muti thread 와 Socket 그리고 C++ -_-;
글쓴이: 익명 사용자 / 작성시간: 토, 2002/03/09 - 7:09오후
이제 막 프로그래머로서의 길을 걷기 시작한
늦깍이 초짜 허접 프로그래머입니다. -_-;
회사에서 처음 맡은 과제가
관리서버를 solaris로 포팅하는 것인데,
이것이 thread, socket, file, log, system status 등등등..
만만하지 않네요. ^^;
그리고 결정적으로, 클래스로 묶어서 사용해야 한다는 것인데
thread 하나 클래스로 만드는 것도 버벅버벅 장난 아니네요.-_-;
질문할 것은 간단한데요,
혹시 unix C 를 클래스로 묶어서 사용하는 방법에 대한
방법론이나 혹은 디자인 패턴 등을 잘 설명해 놓은
사이트, 서적, 칼럼.. 등등
어디 없을까요?
여러가지 공개 라이브러리가 있기는 한데,
제가 알고 싶은것은 세세한 코딩 기법이 아닌
개발 방법론인데요...
도와주세요~
@@))))))~
Forums:
Re: The ADAPTIVE Communication Environment (ACE)
http//www.cs.wustl.edu/~schmidt/ACE-overview.html
Overview of ACE
The ADAPTIVE Communication Environment (ACE) is a freely available,
open-source object-oriented (OO) framework that implements many core
patterns for concurrent communication software. ACE provides a rich
set of reusable C++ wrapper facades and framework components that
perform common communication software tasks across a range of OS
platforms. The communication software tasks provided by ACE include
event demultiplexing and event handler dispatching, signal handling,
service initialization, interprocess communication, shared memory
management, message routing, dynamic (re)configuration of
distributed services, concurrent execution and synchronization.
ACE is targeted for developers of high-performance and real-time
communication services and applications. It simplifies the
development of OO network applications and services that utilize
interprocess communication, event demultiplexing, explicit dynamic
linking, and concurrency. In addition, ACE automates system
configuration and reconfiguration by dynamically linking services
into applications at run-time and executing these services in one or
more processes or threads.
ACE continues to improve and its future is bright. ACE is supported
commercially via the Riverace corporation using an open-source
business model. In addition, many members of the ACE development
team are currently working on building The ACE ORB (TAO).
감사합니다. 많은 도움이 되었습니다.^^
감사합니다~ ^^
링크해주신 사이트가 실마리가 되어서
많은 정보를 얻을 수 있었습니다.
감사합니다~~~
댓글 달기