Return-Path: william@bourbon.usc.edu Delivery-Date: Sat Nov 8 19:21:17 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on merlot.usc.edu X-Spam-Level: X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from bourbon.usc.edu (bourbon.usc.edu [128.125.9.75]) by merlot.usc.edu (8.14.1/8.14.1) with ESMTP id mA93LHOq011545 for ; Sat, 8 Nov 2008 19:21:17 -0800 Received: from bourbon.usc.edu (localhost.localdomain [127.0.0.1]) by bourbon.usc.edu (8.14.2/8.14.1) with ESMTP id mA93Fn6d017433 for ; Sat, 8 Nov 2008 19:15:49 -0800 Message-Id: <200811090315.mA93Fn6d017433@bourbon.usc.edu> To: cs551@merlot.usc.edu Subject: Re: One doubt regarding caching!! Date: Sat, 08 Nov 2008 19:15:48 -0800 From: Bill Cheng Someone wrote: > For caching, I am using a seperate directory (cache directory) to keep > track of the cached files and not using files directory. Is it fine ?? Yes. The small disadvantage of this is that if you need to move a file from cache space to perm space, you have to actually move the file from one directory to another. -- Bill Cheng // bill.cheng@usc.edu