Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion open discussion about first nsp version

Received: by 10.180.92.196 with SMTP id co4mr2028334wib.2.1331188999635;
        Wed, 07 Mar 2012 22:43:19 -0800 (PST)
X-BeenThere: tumbi@googlegroups.com
Received: by 10.180.163.45 with SMTP id yf13ls5149500wib.3.gmail; Wed, 07 Mar
 2012 22:43:19 -0800 (PST)
Received: by 10.216.139.87 with SMTP id b65mr195155wej.11.1331188999088;
        Wed, 07 Mar 2012 22:43:19 -0800 (PST)
Received: by 10.216.139.87 with SMTP id b65mr195154wej.11.1331188999074;
        Wed, 07 Mar 2012 22:43:19 -0800 (PST)
Return-Path: <j...@cermics.enpc.fr>
Received: from smtp4-g21.free.fr (smtp4-g21.free.fr. [212.27.42.4])
        by gmr-mx.google.com with ESMTP id el7si619874wid.2.2012.03.07.22.43.18;
        Wed, 07 Mar 2012 22:43:19 -0800 (PST)
Received-SPF: neutral (google.com: 212.27.42.4 is neither permitted nor denied by best guess record for domain of j...@cermics.enpc.fr) client-ip=212.27.42.4;
Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 212.27.42.4 is neither permitted nor denied by best guess record for domain of j...@cermics.enpc.fr) smtp.mail=...@cermics.enpc.fr
Received: from localhost (unknown [81.57.121.82])
	by smtp4-g21.free.fr (Postfix) with ESMTP id AFC494C80F3;
	Thu,  8 Mar 2012 07:43:14 +0100 (CET)
Date: Thu, 08 Mar 2012 07:43:13 +0100 (CET)
Message-Id: <20120308.074313.844081715250291672.jpc@cermics.enpc.fr>
To: tumbi@googlegroups.com, simone.mann...@gmail.com
Subject: Re: open discussion about first nsp version
From: Jean-Philippe Chancelier <j...@cermics.enpc.fr>
In-Reply-To: <CACrbsaAo4+yoDWicMezo0si-dZai6GgtKVZ3wnP8TqFb_Js1qw@mail.gmail.com>
References: <CACrbsaA+RNPcRcF3HfcCPeG1vY+S8Fw92g+oZFD2gV=jCK-maQ@mail.gmail.com>
	<25132112.6403.1331117473225.JavaMail.geo-discussion-forums@vbux23>
	<CACrbsaAo4+yoDWicMezo0si-dZai6GgtKVZ3wnP8TqFb_Js1qw@mail.gmail.com>
X-Mailer: Mew version 6.3.51 on Emacs 23.3 / Mule 6.0 (HANACHIRUSATO)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit


    Simone> Question: But they support objects bigger than 4Gbytes ?
    Simone> Question: compiling NSP on 64 bit Linux, the 64 bit support is
    Simone> automatically activated?

    Hi Simone,
    Objects with indices are accessed with int32 indices and thus 
    you are limited because of that point even if object bigger that 
    4Gb can be allocated.
    jpc