• Title/Summary/Keyword: Thrashing

Search Result 15, Processing Time 0.019 seconds

Unilateral Performance Comparison for Taekwondo Kicks between Dominant Leg and Non-Dominant Leg (우세한 다리와 비우세한 다리 사이의 태권도 발차기 비교)

  • Kim, Young-Kwan;Kim, Yoon-Hyuk
    • Korean Journal of Applied Biomechanics
    • /
    • v.20 no.2
    • /
    • pp.183-189
    • /
    • 2010
  • The balanced performance of dominant and non-dominant leg is very important to Taekwondo sparring. The purpose of this study was to investigate whether elite Taekwondo athletes would have balanced biomechanical performance and intra-limb coordination in executing different types of Taekwondo kicks. Twelve athletes(more than 10 year practice experience) participated in this study and performed six basic kicks(i.e., the front, roundhouse, side, back, thrashing, and turning-back kick). Results indicated no statistical difference on response time, peak kicking velocity, single limb vertical jump height, and angle-angle plot between dominant leg and non-dominant leg(p>.05). In conclusion, elite Taekwondo athletes had equivalent ability between dominant leg and non-dominant leg in performing Taekwondo kicks. This might be an advantage to elite athletes for Taekwondo sparring because they could use both leg without any restriction.

A Cost-Efficient Job Scheduling Algorithm in Cloud Resource Broker with Scalable VM Allocation Scheme (클라우드 자원 브로커에서 확장성 있는 가상 머신 할당 기법을 이용한 비용 적응형 작업 스케쥴링 알고리즘)

  • Ren, Ye;Kim, Seong-Hwan;Kang, Dong-Ki;Kim, Byung-Sang;Youn, Chan-Hyun
    • KIPS Transactions on Software and Data Engineering
    • /
    • v.1 no.3
    • /
    • pp.137-148
    • /
    • 2012
  • Cloud service users request dedicated virtual computing resource from the cloud service provider to process jobs in independent environment from other users. To optimize this process with automated method, in this paper we proposed a framework for workflow scheduling in the cloud environment, in which the core component is the middleware called broker mediating the interaction between users and cloud service providers. To process jobs in on-demand and virtualized resources from cloud service providers, many papers propose scheduling algorithms that allocate jobs to virtual machines which are dedicated to one machine one job. With this method, the isolation of being processed jobs is guaranteed, but we can't use each resource to its fullest computing capacity with high efficiency in resource utilization. This paper therefore proposed a cost-efficient job scheduling algorithm which maximizes the utilization of managed resources with increasing the degree of multiprogramming to reduce the number of needed virtual machines; consequently we can save the cost for processing requests. We also consider the performance degradation in proposed scheme with thrashing and context switching. By evaluating the experimental results, we have shown that the proposed scheme has better cost-performance feature compared to an existing scheme.

Dynamic Cache Management Scheme on Demand-Based FTL Considering Data Access Pattern (데이터 접근 패턴을 고려한 요구 기반 FTL 내 캐시의 동적 관리 기법)

  • Lee, Bit-Na;Song, Nae-Young;Koh, Kern
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2011.06a
    • /
    • pp.547-550
    • /
    • 2011
  • 플래시 메모리는 낮은 전력 소비와 높은 성능으로 인해 휴대용 기기에 널리 사용되고 있다. FTL은 플래시 내 자료를 관리하는 소프트웨어 계층으로 플래시 전체의 성능에 영향을 끼친다. 그 중 페이지 레벨 매핑 기법을 적용한 FTL은 유연성이 높고 속도가 빠르나 주소 변환 테이블의 크기가 큰 단점이 있다. 이를 해결하기 위해 자주 접근되는 영역의 매핑 주소만을 매핑 테이블 캐시에 올려놓는 Demand-based FTL(DFTL)이 제안되었다. DFTL 에서는 CMT(Cache Mapping Table)의 참조율이 떨어지는 경우 빈번한 플래시 메모리 접근 오버헤드가 발생하게 된다. 이러한 문제는 흔히 발생하는 일반적인 순차 접근에서조차 문제가 된다. 이에 본 논문에서는 저장 장치의 접근 패턴을 예측하여 CMT의 참조 엔트리를 미리 읽어오는 기법을 제안한다. 제안하는 기법은 저장 장치 접근 패턴의 순차성을 판단하여 연속된 매핑 주소를 미리 CMT에 올려놓고, 읽어오는 매핑 주소 엔트리의 양은 동적으로 관리한다. 추가적으로 CMT에서 발생하는 스래싱(thrashing) 을 파악하기 위해 쫓겨나는 희생 엔트리의 접근 여부를 분석하여 이를 활용하였다. 실험 결과에서 본 기법은 기존의 DFTL에 비해 약간의 공간 오버헤드와 함께 평균 50% 증가한 참조율을 보였다.

The Efficient Merge Operation in Log Buffer-Based Flash Translation Layer for Enhanced Random Writing (임의쓰기 성능향상을 위한 로그블록 기반 FTL의 효율적인 합병연산)

  • Lee, Jun-Hyuk;Roh, Hong-Chan;Park, Sang-Hyun
    • The KIPS Transactions:PartD
    • /
    • v.19D no.2
    • /
    • pp.161-186
    • /
    • 2012
  • Recently, the flash memory consistently increases the storage capacity while the price of the memory is being cheap. This makes the mass storage SSD(Solid State Drive) popular. The flash memory, however, has a lot of defects. In order that these defects should be complimented, it is needed to use the FTL(Flash Translation Layer) as a special layer. To operate restrictions of the hardware efficiently, the FTL that is essential to work plays a role of transferring from the logical sector number of file systems to the physical sector number of the flash memory. Especially, the poor performance is attributed to Erase-Before-Write among the flash memory's restrictions, and even if there are lots of studies based on the log block, a few problems still exists in order for the mass storage flash memory to be operated. If the FAST based on Log Block-Based Flash often is generated in the wide locality causing the random writing, the merge operation will be occur as the sectors is not used in the data block. In other words, the block thrashing which is not effective occurs and then, the flash memory's performance get worse. If the log-block makes the overwriting caused, the log-block is executed like a cache and this technique contributes to developing the flash memory performance improvement. This study for the improvement of the random writing demonstrates that the log block is operated like not only the cache but also the entire flash memory so that the merge operation and the erase operation are diminished as there are a distinct mapping table called as the offset mapping table for the operation. The new FTL is to be defined as the XAST(extensively-Associative Sector Translation). The XAST manages the offset mapping table with efficiency based on the spatial locality and temporal locality.

Non-traditional Straws: Alternate Feedstuffs for Ruminants

  • Kaushal, S.;Wadhwa, M.;Bakshi, M.P.S.
    • Asian-Australasian Journal of Animal Sciences
    • /
    • v.19 no.12
    • /
    • pp.1722-1727
    • /
    • 2006
  • The nutritive value of 4 straws, obtained after thrashing of seeds from fodder crops, was assessed as complete feed for ruminants. Sixteen male Murrah buffaloes (liveweight 365.8${\pm}$19.5 kg), were divided into 4 equal groups and offered ad lib. straw of either Trifolium resupinatum, Trifolium alexandrium, Medicago sativa or Lolium perenne, supplemented with minerals and vitamin A, for 40 days in a completely randomized design. Simultaneously, each straw was offered to 3 rumen fistulated male buffaloes in order to assess the biochemical changes in the rumen. Compared to other straws M. sativa straw had higher (p<0.05) organic matter (OM), crude protein (CP), acid-detergent fiber (ADF) and cellulose content. L .perenne had the highest (p<0.05) hemicellulose and lowest (p<0.05) CP and acid-detergent lignin (ADL) content. T. resupinatum had the lowest concentration of cell wall constituents (CWC). The digestibility of nutrients of T. resupinatum and L. perenne straw was similar, but higher (p<0.05) than that of other straws. M.sativa straw showed highest (p<0.05) digestibility of CP. The highest OM digestibility of T. resupinatum and CP digestibility of M. sativa were responsible for highest (p<0.05) total volatile fatty acids and trichloroacetic acid precipitable nitrogen in the strained rumen liquor. The digestible crude protein (DCP) was highest (p<0.05) in M. sativa followed by that in T. alexandrium. The total purine derivatives excreted in urine varied from 0.22-0.32 mmol/kg $W^{.75}/d$. The efficiency of microbial protein synthesis indicated that OM of straws of M. sativa and that of T. alexandrium was used more (p<0.05) efficiently. The microbial protein synthesized was highest in T. resupinatum, but statistically similar to other groups. The values for N-retention and apparent biological value were highest for L. perenne, though comparable with that of M. sativa and T. alexandrium. The available metabolizable energy (ME) was highest (p<0.05) in T. resupinatum followed by that in L. perenne and lowest in M. sativa. It was concluded that all the straws, supplemented with minerals and vitamin A, could be fed exclusively to adult ruminants with no adverse affect, as animals were able to maintain body weight (372${\pm}$20.1 kg).