From: Stefan Palme Subject: Re: disabling caching Date: Fri, 14 Jul 2006 17:34:24 +0200 Message-ID: <1152891264.28625.77.camel@devel.office.ancoso-development.de> References: <1152864752.28625.30.camel@devel.office.ancoso-development.de> <20060714092612.GA11555@janus> <1152870249.28636.34.camel@devel.office.ancoso-development.de> <1152879442.28635.40.camel@devel.office.ancoso-development.de> <1152879562.28633.42.camel@devel.office.ancoso-development.de> <76bd70e30607140615x606fb651r61d09d636147336b@mail.gmail.com> <1152890024.28625.70.camel@devel.office.ancoso-development.de> <20060714102757.A29831@yoda.lmcg.wisc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Return-path: Received: from sc8-sf-mx1-b.sourceforge.net ([10.3.1.91] helo=mail.sourceforge.net) by sc8-sf-list2-new.sourceforge.net with esmtp (Exim 4.43) id 1G1Pgc-0005cM-5W for nfs@lists.sourceforge.net; Fri, 14 Jul 2006 08:34:38 -0700 Received: from moutng.kundenserver.de ([212.227.126.186]) by mail.sourceforge.net with esmtp (Exim 4.44) id 1G1PgV-0000FC-SF for nfs@lists.sourceforge.net; Fri, 14 Jul 2006 08:34:38 -0700 Received: from localhost (localhost [127.0.0.1]) by smtp.hora-obscura.de (Postfix) with ESMTP id 1B587878048 for ; Fri, 14 Jul 2006 17:34:30 +0200 (CEST) Received: from devel.office.ancoso-development.de (p54B98F43.dip0.t-ipconnect.de [84.185.143.67]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by smtp.hora-obscura.de (Postfix) with ESMTP id 18E44878022 for ; Fri, 14 Jul 2006 17:34:26 +0200 (CEST) To: Linux NFS mailing list In-Reply-To: <20060714102757.A29831@yoda.lmcg.wisc.edu> List-Id: "Discussion of NFS under Linux development, interoperability, and testing." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: nfs-bounces@lists.sourceforge.net Errors-To: nfs-bounces@lists.sourceforge.net > What I have done in similar cases is the following: > > 1.) Remote site creates file1 > 2.) Local site creates foo > 3.) Local site tries to link foo to file1 (this should fail) > 4.) Local site removes foo > 5.) Local site opens file1 > > In bash the last 4 steps are: > > $ touch foo > $ ln foo file1 > ln: `file1': File exists > $ rm foo > $ cat file1 > > Perhaps you could try something similar in Python? Thank you for that tip, maybe I will use this as a last resort, if I don't find the reason for this "misbehaviour", because it looks a little big "ugly" and creates a lot of overhead... Regards -stefan- ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ NFS maillist - NFS@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nfs