首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > ASP > 提高复制操作的性能

提高复制操作的性能

资 源 简 介

I/O in applications has become the biggest bottleneck in desktops, scientific computing, large scale simulations etc. Improvement in CPU speeds has shown significant improvement as compared to improvement in disk and memory speeds. Multi-tasking in Operating Systems gives rise to multiple I/O streams. Unlike the shared resource, the CPU, multiple I/O streams can actually degrade the performance of the disk. In this article, we present a simple case study where we look at multiple sequential I/O streams accessing the same disk and study the degradation in performance caused by this scenario. We further propose a simple solution to remedy this situation. Readers who study this article are more likely to realize how to improve the performance of simple applications running on their desktop. We believe that any reader familiar with programming and using any Operating system such as Linux, AIX, Solaris etc can immediately grasp the underlying idea and benefit from it. We
VIP VIP
0.176868s