검색결과

검색조건
좁혀보기
검색필터
결과 내 재검색

간행물

    분야

      발행연도

      -

        검색결과 2

        1.
        2024.12 KCI 등재 구독 인증기관 무료, 개인회원 유료
        본 연구에서는 C# 프로그래밍 언어를 기반으로 하여 E-NET 네트워크 프레임워크를 개발하였 다. E-NET은 기존 네트워크 프레임워크의 복잡한 코드 구성을 단순화하고, 직관적인 클래스 이름을 제공하여 접근성을 개선하였다. 또한, 낮은 수준에서 구현되어 개발자들이 시스템 설정 을 더 쉽게 변경할 수 있도록 설계되었다. Unity 상용 게임 엔진을 활용하여 채팅 프로그램을 개발함으로써 E-NET의 효율성을 확인하였다. 이 연구는 E-NET이 온라인 게임 개발 및 기타 네트워크 응용 프로그램에 있어 간편하고 효과적인 솔루션임을 입증하며, 추가적인 사용자 경 험을 통해 그 효용성을 검증할 예정이다.
        4,000원
        2.
        2023.09 KCI 등재 구독 인증기관 무료, 개인회원 유료
        Massively Multiplayer Online Role-Playing Game(MMORPG) attract thousand of concurrent users, leading to a surge in server requests. The massive requests results in contention on the game server, causing unexpected latency issues that undermine user experience. Delayed latency leads to user dissatisfaction and, ultimately, user churn. In this paper, we propose a multi-threaded game server design that provides stable response time by utilizing computing resources. And we study the performance of the design under various environments by configuring the approaches we implemented. The server consists of a socket system that helps communicate between clients and servers, a task system that handles changes in the status of user, and a synchronization system that allows users to receive the same game information. To prevent serious contention, both lock and lock-free algorithms for process synchronization are applied, and some parallel programming approaches such as visual processing are introduced.
        4,000원