• 제목/요약/키워드: Thread load

검색결과 68건 처리시간 0.026초

정보통신기술 실습사례: 병행서버모델의 데이터 전송시간 측정 (Educational Practice Example of Information and Communications Technology: Measurement of Data Transfer Time for Concurrent Server Model)

  • 손명락;이용진
    • 대한공업교육학회지
    • /
    • 제33권1호
    • /
    • pp.265-281
    • /
    • 2008
  • 본 연구의 목적은 정보통신기술 영역의 데이터 통신 원리 중에서 다중프로세스 방식과 다중 쓰레드 방식의 병행서버에 대해 직접 체험할 수 있는 실습사례를 제시하는 데 있다. 이를 위해 먼저 다중 프로세스 방식인 포크 서버(fork server)와 다중 쓰레드 방식인 쓰레드 서버(thread server), 그리고 쓰레드 클라이언트(thread client)를 구현하였다. 다음에 실험환경으로서 이더넷(ethernet)을 이용한 소규모 네트워크를 구성하였으며 사용자 수에 따른 데이터 전송시간을 측정하였다. 데이터 전송시간을 측정한 결과, 쓰레드 서버가 포크 서버에 비해 약 20~61%의 전송시간 절감율을 보였으며 두 서버 모델 간 전송시간 차이는 사용자 인원수에 비례하였다. 두 서버 모델 간 발생하는 성능차이의 주된 원인은 프로세스 포크(fork)와 쓰레드 생성에 소요되는 시간이 다르기 때문이다. 아울러, 프로세스 간, 쓰레드 간 스케줄링에서 발생하는 문맥전환(context switching) 역시 웹 서버의 부하에 영향을 주는 것을 알 수 있었다. 본 연구를 통해 제시된 실습사례와 측정된 실험데이터는 학교현장에서 수업시간에 데이터통신 원리에 대해 직접 체험할 수 있는 교육적 실습자료로 활용될 수 있다.

대용량 데이터 처리기술을 배전자동화 시스템에 적용 (Application of Data Processing Technology on Large Clusters to Distribution Automation System)

  • 이성우;하복남;서인용;장문종
    • 전기학회논문지
    • /
    • 제60권2호
    • /
    • pp.245-251
    • /
    • 2011
  • Quantities of data in the DMS (Distribution management system) or SCADA (Supervisory control and data acquisition) system is enormously large as illustrated by the usage of term flooding of data. This enormous quantity of data is transmitted to the status data or event data of the on-site apparatus in real-time. In addition, if GIS (Geographic information system) and AMR (Automatic meter reading), etc are integrated, the quantity of data to be processed in real-time increases unimaginably. Increase in the quantity of data due to addition of system or increase in the on-site facilities cannot be handled through the currently used Single Thread format of data processing technology. However, if Multi Thread technology that utilizes LF-POOL (Leader Follower -POOL) is applied in processing large quantity of data, large quantity of data can be processed in short period of time and the load on the server can be minimized. In this Study, the actual materialization and functions of LF POOL technology are examined.

Strength of connection fixed by TOBs considering out-of-plane tube wall deformation-Part 1: Tests and numerical studies

  • Wulan, Tuoya;Wang, Peijun;Xia, Chengxin;Liu, Xinyu;Liu, Mei;Liu, Fangzhou;Zhao, Ou;Zhang, Lulu
    • Steel and Composite Structures
    • /
    • 제42권1호
    • /
    • pp.49-57
    • /
    • 2022
  • This paper presents a study on the behavior of a bolted T-stub to square tube connection using Thread-fixed One-side Bolts (TOBs) through tests and numerical simulations. It outlines a research work of four connections with focus on the failure modes and strengths of the connection under tensile load. It was observed that the thread anchor failure caused by shear failure of hole threads controlled the final failure of the connection in the tests. Meanwhile, the out-of-plane deformation of tube wall resulted in the contact separation between hole threads and bolt threads, which in turn reduced the shear strength of hole threads. Finite element models (FEMs) allowing for the configuration details of the TOBs fixed connection are then developed and compared with the test results. Subsequently, the failure mechanism of hole threads and stress distribution of each component are analyzed based on FEM results. It was concluded that the ultimate strength of connection was not only concerned with the shear strength of hole threads, but also was influenced by the plastic out-of-plane deformation of tube wall. These studies lay a foundation for the establishment of suitable design methods of this type of connection.

멀티코어 환경에서 SEDA 기반 메시지 처리기의 수행함수 특성을 고려한 쓰레드 매핑 기법 (A Function-characteristic Aware Thread-mapping Strategy for an SEDA-based Message Processor in Multi-core Environments)

  • 강희은;박성용;이윤정;지승배
    • 정보과학회 논문지
    • /
    • 제44권1호
    • /
    • pp.13-20
    • /
    • 2017
  • 메시지 처리기란 클라이언트들로부터 수신된 다양한 포맷의 메시지를 수신 메시지 별 쓰레드를 생성하여 처리하고 그 결과를 목적지로 전달하는 서버 소프트웨어를 말한다. 본 논문에서는 SEDA(The Stage Event Driven Architecture) 구조의 메시지 처리기에서 각 수행함수가 CPU 또는 IO bound 특성을 가질 수 있다는 점에 착안하여, 수행 함수 별 특성을 고려해 쓰레드를 각 코어에 매핑하는 FC-TM(Function Characteristic aware Thread Mapping) 기법을 제안하였다. 본 논문에서는 메시지 처리에 필요한 각 수행함수의 특성이 정적인 것으로 가정하였다. 따라서 수행 가능한 함수를 미리 프로파일링(profiling)하여 특성을 분석한 후, 실제 수신되는 메시지에 따라 단위시간 당 처리량(throughput)이 최대가 되도록 쓰레드를 매핑하였다. 성능 평가 결과 IO bound한 함수가 특정 비율 이상 있을 경우, 기존 연구보다 단위시간당 처리량이 최대 72%까지 증가하였다.

Finite Element Analysis of Stress Distribution around Patterned Implants

  • Cho, Lee-Ra;Huh, Yoon-Hyuk;Kim, Dae-Gon;Park, Chan-Jin
    • Journal of Korean Dental Science
    • /
    • 제5권1호
    • /
    • pp.13-20
    • /
    • 2012
  • Purpose: The purpose of this study was to investigate the effect of patterning on the stress distribution in the bone tissue using the finite element analysis (FEA) model. Materials and Methods: For optimal comparison, it was assumed that the implant was axisymmetric and infinitely long. The implant was assumed to be completely embedded in the infinitely long cortical bone and to have 100% bone apposition. The implant-bone interface had completely fixed boundary conditions and received an infinitely big axial load. von Mises stress and maximal principal stress were analyzed. Conventional thread and 2 or 3 patterns on the upper and lower flank of the thread were compared. Result: The surface areas of patterned implants were increased up to 106~115%. The thread with patterns distributed stress better than conventional thread. Patterning in threads may produce more stress in the implant itself, but reduce stress in the surrounding bone. Stress patterns of von Mises stress were favorable with patterns, while the maximal principal stress was increased with patterns. Patterns in the lower flank showed favorable stress distribution. Conclusion: The patterns in implant thread reduce the stress generated in surrounding bone, but the number and position of patterns were crucial factors in stress distribution.

Three-dimensional optimization and sensitivity analysis of dental implant thread parameters using finite element analysis

  • Geramizadeh, Maryam;Katoozian, Hamidreza;Amid, Reza;Kadkhodazadeh, Mahdi
    • Journal of the Korean Association of Oral and Maxillofacial Surgeons
    • /
    • 제44권2호
    • /
    • pp.59-65
    • /
    • 2018
  • Objectives: This study aimed to optimize the thread depth and pitch of a recently designed dental implant to provide uniform stress distribution by means of a response surface optimization method available in finite element (FE) software. The sensitivity of simulation to different mechanical parameters was also evaluated. Materials and Methods: A three-dimensional model of a tapered dental implant with micro-threads in the upper area and V-shaped threads in the rest of the body was modeled and analyzed using finite element analysis (FEA). An axial load of 100 N was applied to the top of the implants. The model was optimized for thread depth and pitch to determine the optimal stress distribution. In this analysis, micro-threads had 0.25 to 0.3 mm depth and 0.27 to 0.33 mm pitch, and V-shaped threads had 0.405 to 0.495 mm depth and 0.66 to 0.8 mm pitch. Results: The optimized depth and pitch were 0.307 and 0.286 mm for micro-threads and 0.405 and 0.808 mm for V-shaped threads, respectively. In this design, the most effective parameters on stress distribution were the depth and pitch of the micro-threads based on sensitivity analysis results. Conclusion: Based on the results of this study, the optimal implant design has micro-threads with 0.307 and 0.286 mm depth and pitch, respectively, in the upper area and V-shaped threads with 0.405 and 0.808 mm depth and pitch in the rest of the body. These results indicate that micro-thread parameters have a greater effect on stress and strain values.

웹2.0에서 SOAP 처리와 성능 향상을 위한 모바일 웹 서버 프레임워크의 설계 (A Design of Mobile Web Server Framework for SOAP Transaction and Performance Enhancement in Web2.0)

  • 김용태;정윤수;박길철
    • 한국정보통신학회논문지
    • /
    • 제12권10호
    • /
    • pp.1866-1874
    • /
    • 2008
  • 기존의 웹 서버는 과부하 상태인 경우 폐쇄 연결, 암호 핸드쉐이크 실행 증가와 서버 용량의 현저한 감소로 서버의 처리량에 문제가 발생하여 시스템의 전체적인 성능을 저하시킨다. 또한 쓰레드 블록으로 인하여 다수의 클라이언트 요청 처리가 원활하지 못하고, 쓰레드 활성화를 위하여 많은 시간과 자원을 요구하여, 클라이언트의 요청에 대해 접속시간과 응답 시간이 증가하는 단점이 발생한다. 그러므로 본 논문에서는 웹서버스의 장점인 통합과 커뮤니케이션 지원과 시스템 성능 향상을 위해 서버 과부하를 개선하고, 지연처리를 위해 필요한 기술을 제공하는 확장된 웹서버를 제안한다. 그리고 기존 시스템(Tomcat 5.5에서 구현)과 제안한 모바일 웹 서버 아키텍처를 평가한다. 확장된 서버 아키텍처는 시스템 성능을 위해 우수한 교환 조건을 제공하고, 다중쓰레드와 쓰레드풀을 결합한 개선된 웹 서버 아키텍처를 평가한다. 본 논문에서 제안된 웹서비스 아키텍처는 오리지널 Tomcat 5.5의 평가 결과보다 개선된 성능 이익의 결과를 얻었다.

나사 파단 예방을 위해 새로 디자인한 경비 인대 결합 나사의 효용성: 생역학 연구 (The Efficacy of Newly Designed Screw for Prevention of the Screw Breakage in Syndesmosis Fixation: Biomechanical Study)

  • 이동오;송상헌
    • 대한족부족관절학회지
    • /
    • 제24권2호
    • /
    • pp.94-97
    • /
    • 2020
  • Purpose: Fatigue breakage of cortical screws sometimes occurs after syndesmosis fixation, regardless of the period of screw retention. This study compared the fatigue strength of a novel screw design to conventional cortical screws in the fixed state of syndesmosis. Materials and Methods: Twelve sawbone models were tested mechanically to determine the fatigue strength of three screw designs. The first group was composed of cortical screws, while the second and third groups were newly-designed screws. The second group was composed of screws with a 2.4-mm diameter thread-free portion of the mid-shank while the third group had a 2.0-mm diameter thread-free mid-shank. A 400 N load was applied repetitively to a fibula model and the number of cycles until screw failure was recorded. Four screws from each group were tested, giving a total of 12 fatigue tests. Results: The average cycles until screw failure for groups 1, 2, and 3 were 8,134, 63,186, and 2,581, respectively. The second group showed the highest fatigue strength (p=0.018). The other two screw designs showed similar fatigue strength (p=0.401). Conclusion: New screw designs with a thread-free portion in the mid-shank could reduce the occurrence of fatigue breakage after syndesmosis fixation.

회전익기 요 스웨지드 로드 분할에 따른 비행 안전성에 대한 해석적 접근 (An Analytical Approach to the Flight Safety of Split Yaw Swaged Rod for a Rotor Craft)

  • 임현규;최재형;김대한;장민욱;윤재휘;양필주
    • 한국항공운항학회지
    • /
    • 제25권3호
    • /
    • pp.74-80
    • /
    • 2017
  • As for A rotary wing aircraft, the configuration change about split yaw swaged rod was executed to improve hit treat capability for dealing with a long rod. The purpose of this study was to analyze if or not the quality of the split yaw swaged rod was obtained, and so the flight safety was ensured or not. Buckling analysis, Coupling Thread Strength Analysis, Thermal Stress analysis and Rod Natural Frequency Analysis were executed for structural analysis. The results of the analysis were presented that the split rod had the sufficient margin of safety and so there were no anomalies in the limit load and no failures in the ultimate load. And there were no resonances in result of natural frequency analysis. In conclusion, this study showed that the split yaw swaged rod had structural safety, so flight safety of rotary wing aircraft was secured and there was no problem in aircraft operation. It is certain that the technology of splitting the yaw swage rod will contribute to the operational Safety of the rotary wing aircraft in the future.

유한요소해석을 이용한 M8 블라인드 리벳 너트 형상 최적 설계 (Design Optimization of M8 Blind Rivet Nut Geometry using Finite Element Analysis)

  • 구본준;최정묵;홍석무
    • 소성∙가공
    • /
    • 제29권3호
    • /
    • pp.157-162
    • /
    • 2020
  • Blind rivet nuts are increasingly used in automotive for the joining of sheets. Their application, however, requires appropriate design guides to prevent catastrophic events arising from the failure of joints. In this study, the shaft shape of a frequently used M8 blind rivet nut is optimized based on 3D numerical analysis of the blind rivet nut considering the characteristics of thread. The thread needs to be modeled to suitably consider the fastening of the M8 bolt after the crimping process. FE analysis showed that while the friction in the contact between crimp flange and plate has no significant effect on the crimp geometry, shaft thickness (t) and shaft height (h) are the most significant design variables. The parameter study including various combinations of t and h reveals that they affect the gap (the distance between the crimped flange and the plate that develops through riveting) and the load acting on the plate. The gap is an indicator of the tightening force. It is found that t is inversely proportional to the gap, and proportional to the load, whereas h is proportional to the gap and inversely proportional to the load. Based on our FE analysis results, we propose the range 0.062 < t/h < 0.1 to ensure sufficient fastening (high clamping load, small gap) of the M8 blind rivet nut. The design guide for determining the t/h ratio proposed in this study can be used for general quantitative analysis of the size and the t/h ratio of blind rivet nuts.