2 research outputs found

    Pengaruh Penggunaan Jenis Storage pada HTTP akselerator Terhadap Kecepatan Akses Web Multisite di Virtual Machine

    Get PDF
    web multisite yang paling populer digunakan adalah wordpress. Penggunaan web multisite dengan jumlah pengguna yang banyak menjadikan web tidak dapat bekerja maksimal. Dengan bantuan http akselerator dan pemilihan tipe penyimpanan cache yang tepat diharapkan web dapat melayani kunjungan dalam jumlah ribuan pada satu waktu. Pada eksperiment yang telah dilakukan, menggunakan aplikasi benchmark jmeter, diantara 3 penyimpanan cache (memory, SAN, dan ISCSI), cache hit yang paling stabil didapat ketika ketika menggunakan penyimpanan HDD SAN sedangkan responsetime yang paling optimum didapat ketika http akselerator menggunakan cache penyimpanan berbasis hardisk SAN berbasis fibre channel

    Revisiting Software Zero-Copy for Web-caching Applications with Twin Memory Allocation βˆ—

    No full text
    A key concern with zero copy is that the data to be sent out might be mutated by applications. In this paper, focusing specially on web-caching application, we observe that in most cases the data to be sent out is not supposed to be mutated by applications, while the metadata around it does get mutated. Based on this observation, we propose a lightweight software zero-copy mechanism that uses a twin memory allocator to allocate spaces for zerocopying data, and ensures such data is unchanged before being sent out with a lightweight data protection mechanism. The only change required to an application is to allocate zero-copying data through a specific ZCopy memory allocator. To demonstrate the effectiveness of ZCopy, we have designed and implemented a prototype based on Linux and ported two applications with very little effort. Experiments with Memcached and Varnish shows that show that ZCopy can achieve up to 41 % performance improvement over the vanilla Linux with less CPU consumption.
    corecore