• Title/Summary/Keyword: 서버성능

Search Result 2,183, Processing Time 0.029 seconds

중소기업을 위한 EFP/DB 서버 플랫폼

  • Lee, Gwan-Yong
    • the USERS
    • /
    • s.44
    • /
    • pp.50-53
    • /
    • 2005
  • POWER5 프로세서를 탑재한 p5-550 서버는 성능이나 확장성, 그 외 기업 서버 환경에서 필요로 하는 안정성 기능 및 최신의 가상화 엔진 기능 측면에서 볼 때 중소기업 환경을 위한 ERP/DB 서버 플랫폼으로 최적의 조건을 제공합니다.

  • PDF

A Design of Web Server Architecture Environment for Reliability Enhancement and Secure Web Services (신뢰성 향상과 안전한 웹 서비스를 위한 웹 서버 아키텍처 환경의 설계)

  • Kim, Yong-Tae;Jeong, Yoon-Su;Park, Gil-Cheol
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.14 no.2
    • /
    • pp.343-350
    • /
    • 2010
  • In the existing design of web server architecture, data encryption technique is used to keep the reliability, stability, and safety of web service. But the use of data encryption technique wastes the work of cpu while decreasing throughput of web server and increasing average response time so that it shows negative effect on the capacity of web application server. Also, the latest web applications require security and safety for the safe internet communication. Therefore, this paper suggests the improved web server which uses thread pool and Non-blocking I/O adding new web service modules to the existing web server for the safe web service, provides reliability and safety to show the safe web service capacity. And we compare and evaluate the safety and capacity through experiment on the existing traditional Tomcat based web server and the proposed system to evaluate the safety and capacity of the proposed web server system.

A Dynamic Hashing Based Load Balancing for a Scalable Wireless Internet Proxy Server Cluster (확장성 있는 무선 인터넷 프록시 서버 클러스터를 위한 동적 해싱 기반의 부하분산)

  • Kwak, Hu-Keun;Kim, Dong-Seung;Chung, Kyu-Sik
    • The KIPS Transactions:PartA
    • /
    • v.14A no.7
    • /
    • pp.443-450
    • /
    • 2007
  • Performance scalability and storage scalability become important in a large scale cluster of wireless internet proxy cache servers. Performance scalability means that the whole performance of the cluster increases linearly according as servers are added. Storage scalability means that the total size of cache storage in the cluster is constant, regardless of the number of cache servers used, if the whole cache data are partitioned and each partition is stored in each server, respectively. The Round-Robin based load balancing method generally used in a large scale server cluster shows the performance scalability but no storage scalability because all the requested URL data need to be stored in each server. The hashing based load balancing method shows storage scalability because all the requested URL data are partitioned and each partition is stored in each server, respectively. but, it shows no performance scalability in case of uneven pattern of client requests or Hot-Spot. In this paper, we propose a novel dynamic hashing method with performance and storage scalability. In a time interval, the proposed scheme keeps to find some of requested URLs allocated to overloaded servers and dynamically reallocate them to other less-loaded servers. We performed experiments using 16 PCs and experimental results show that the proposed method has the performance and storage scalability as different from the existing hashing method.

Implementation and Performance Analysis of Web Server Using Java ThreadPool (자바 쓰레드 풀을 이용한 웹 서버의 구현 및 성능 분석)

  • Jeon, Sang-Hyun;Lee, Kwang-Ho;Uhmn, Saang-Yong;Sung, Yeon-Jin;Gu, Tae-Wan
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2000.10b
    • /
    • pp.1593-1596
    • /
    • 2000
  • 자바는 설계 때부터 네트워크 상의 운영을 고려하여 설계된 언어이기 때문에 소켓 바인딩과 같은 기능을 제공하고 있고, 또한 TCP/IP 프로토콜과 URL 처리 기능을 제공하고 있는 HTTP(HyperText Transfer Protocol) 프로토콜을 동시에 처리할 수 있기 때문에 WWW 서비스를 연동하는 웹서버를 구축하는데 적합한 언어이다. 현재의 인터넷은 점차적으로 발전하여 수요는 급격히 증가하고 있으나, 많은 사용자로 인해 네트워크의 성능저하와 서버의 처리 능력 한계로 인하여 사용자의 수요를 충족시키지 못하고 있다. 본 논문에서는 인터넷을 이용한 네트워킹 프로그램에 있어 멀티쓰레드를 이용하여 응용프로그램을 작성하기 위한 쓰레드의 개요를 설명하고, 쓰레드를 활용한 풀을 구성하기 위한 제반 사항을 기술한다. 또한, 응용프로그램으로 동적 쓰레드, 서버 복제, 쓰레드 풀 웹 서버를 구현하여 성능을 분석한다.

  • PDF

Performance Evaluation of a Dynamic Scheduling Application Server (전자상거래를 위한 동적 스케줄링 응용서버 방식의 성능 평가)

  • 장철수;이경호;김성훈;함호상
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 1998.10a
    • /
    • pp.347-349
    • /
    • 1998
  • 월드 와이드 웹(World Wide Wed)의 급속한 성장은 인터넷을 통한 전자상거래를 활성화시켰다. 전자상거래 서버는 데이터베이스 통로(Database Gateway)프로그램을 통하여 데이터베이스에 접속하여 정보를 제공하거나 갱신하여 사용자와 많은 상호 작용을 할 수 있도록 설계한다. 빠른 응답시간을 요구하는 전자상거래 서비스는 사용자와의 실시간적인 상호 작용을 충족시킬 수 있도록 고성능의 데이터베이스 통로를 요구하고 있다. 본 논문에서는 고성능 데이터베이스 통로로 활용될 수 있는 새로운 방식의 동적 스테줄링 응용 서버(Dynamic Scheduling Application Server)방식을 소개하고 이에 대한 성능 평가 결과에 대해 설명한다.

  • PDF

Data Structure Improving Prefetch Performance for Urban Computing File System (도시 컴퓨팅 파일 시스템에서 미리 읽기 성능 향상을 위한 자료구조)

  • Yoon, Ik-June;Ko, Kwang-Jin;Shin, Heon-Shik
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2012.06a
    • /
    • pp.311-312
    • /
    • 2012
  • 도시 컴퓨팅에서의 파일 시스템은 하나의 메타 데이터 서버와 여러 개의 데이터 저장 서버로 구성되어 있다. 이 데이터 저장 서버의 자료구조를 사용자의 두 가지 질의에 맞게 구성함으로써 미리읽기의 성능을 향상시킨다. 또한 데이터의 손실을 방지하기 위해 복사본을 만들 때, 두 가지의 형태로 바꿔 저장함으로써 데이터의 손실을 막고 여러 질의에 대응하여 좋은 성능을 낼 수 있다.

Advanced Adaptive Leases for Web Caching (웹 캐슁을 위한 발전된 적응적 리스 알고리즘)

  • 서진호;홍영식
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2000.10c
    • /
    • pp.434-436
    • /
    • 2000
  • 기하급수적인 인터넷 사용자의 증가는 네트워크 인프라의 발전속도를 능가하고 있다. 홈페이지를 관리하는 관리자가 네트워크의 대역폭을 늘린다거나 고성능의 서버를 도입하는 등 성능을 향상시키려는 노력을 하지 않는다면 사용자들이 웹에 접속하여 서비스를 받는데 걸리는 시간은 점차 늘어나게 된다. 최근의 사용자들은 정보를 얻기 위해 기다리기보다는 다른 홈페이지로 이동하므로 기업의 홈페이지도 보기 좋고 화려한 것에서 빠르게 접속할 수 있고 간결한 것으로 바뀌고 있다. 또한 더 적은 서버 자원과 네트워크 자원을 사용하는 알고리즘을 도입하여 사용자들을 만족시키려는 노력을 계속하고 있다. 본 논문은 강한 일관성을 유지하면서 서버의 자원을 적게 사용할 수 있는 발전된 적응적 리스 알고리즘을 제안하고 실험을 통하여 성능을 측정한다.

  • PDF

Performance Measurement and Analysis of the Apache Web Server (아파치 웹 서버의 성능 비교 분석)

  • 정기훈;염미령;노삼혁
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2001.10c
    • /
    • pp.694-696
    • /
    • 2001
  • 현재 웹서버 중 가장 많이 이용하는 아파치 웹서버는 안정적이며 다양한 기능을 제공한다. 특히, 차기버전인 아파치 2.0은 다중 스레드 및 파일 캐쉬를 기본적으로 지원한다. 본 논문에서는 아직 가지 연구가 활발하지 않은 아파치 2.0에 대한 성능 분석을 하였다. 아파치 2.0과 1.3의 성능 비교에 대한 실험 결과 아파치 2.0은 1.3보다 처리율이 최고 25% 향상된 모습을 나타내었고, 사용자 응답시간은 평균 23% 향상되었다.

  • PDF

A Study on Performance Improvement of Web Service Using Memory Mapped File (Memory Mapped File을 이용한 웹 서비스 성능향상 연구)

  • 이형봉;최형진;차홍준
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2003.10c
    • /
    • pp.154-156
    • /
    • 2003
  • 웹 서버의 처리 용량을 향상시키기 위한 가장 보편적인 접근방안은 서버 시스템을 중복하여 여러 개 설치하는 것이다. 하지만 이러한 물리적인 증설은 확장이 용이한 반면 비용이나 공간 등의 측면에서 큰 부작용을 동반하기 마련이다. 이와 같은 물리적인 확장 외에 운영체제 환경이나 응용 프로그램의 작은 개선에 의해서도 뜻밖의 큰 성능효과를 얻을 수 있는 경우가 있다. 이 논문에서는 이미지나 데이터 파일 등 고정된 파일을 내려 받을 때 웹 서버에서 일반 파일 대신 Memory Mapped File 입ㆍ출력을 사용한 웹 서비스 성능 향상 방법을 설계ㆍ구현하고 이를 통해서 얻어지는 이득을 실 서비스 환경에서 검증한다.

  • PDF

Improvement of YAWS implemented by ERLANG (ERLANG으로 구현한 웹서버 YAWS의 기능개선)

  • 장재원;양하영;유정목;이만호
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2004.04a
    • /
    • pp.394-396
    • /
    • 2004
  • 함수형 언어를 사용하여 작성한 응용 어플리케이션은 성능이 떨어진다는 생각이 지배적이다. 함수형 언어 ERLANG은 성능이 우수한 통신응용프로그램을 작성하기 위하여 개발되었다. ERLANG으로 작성한 웹서버인 YAWS는 범용 웹서버와 성능면에서 뒤지지 않지만 모든 웹 프로그래밍 언어를 지원하지 않는다. 본 연구는 Jsp/Servlets을 서비스 할 수 있도록 YAWS의 기능을 개선하였다.

  • PDF