Return-Path: Delivered-To: apmail-incubator-jena-users-archive@minotaur.apache.org Received: (qmail 46529 invoked from network); 22 Dec 2010 09:48:13 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 Dec 2010 09:48:13 -0000 Received: (qmail 3198 invoked by uid 500); 22 Dec 2010 09:48:13 -0000 Delivered-To: apmail-incubator-jena-users-archive@incubator.apache.org Received: (qmail 3160 invoked by uid 500); 22 Dec 2010 09:48:13 -0000 Mailing-List: contact jena-users-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jena-users@incubator.apache.org Delivered-To: mailing list jena-users@incubator.apache.org Received: (qmail 3147 invoked by uid 99); 22 Dec 2010 09:48:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Dec 2010 09:48:12 +0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of damien.cram@gmail.com designates 209.85.216.47 as permitted sender) Received: from [209.85.216.47] (HELO mail-qw0-f47.google.com) (209.85.216.47) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Dec 2010 09:48:05 +0000 Received: by qwg5 with SMTP id 5so4768574qwg.6 for ; Wed, 22 Dec 2010 01:47:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=CpYRrmHS1umRvRrcwqnRLg4m5j81Ifo/5EdvDuBP028=; b=nf2S+jJwPzN28eKxUYCP3nwfp5e//HvoHun8of5hQ4usfk2gBh74ylTsx+JWEItTdz kLNOcVGJkRS5OpbNMp8VewzzP5HUHtY71eTU03SLv0TuPZEh0EM1tRl7K6L5xgzDIP7O xQVp46rwDEnyMTzbmFTE97upCcsT3RIqsTEeg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=n+V+VWIg0xOYWn339UaWkeAO9AifsSMiLHtrvx2XvciPDusAJi357lhB5cYteE8Xmo fh+vW/ep5zc6WRR2GFsQhPw+a/6NrK2/OOsji72WRe2IyWvnzkYNdpQy2v1jtXBMzGl7 ZIyWPlfwK40zka614Ko5mD+aUzeCVsteFOeIQ= MIME-Version: 1.0 Received: by 10.229.88.206 with SMTP id b14mr5852809qcm.277.1293011263977; Wed, 22 Dec 2010 01:47:43 -0800 (PST) Received: by 10.229.97.130 with HTTP; Wed, 22 Dec 2010 01:47:43 -0800 (PST) Date: Wed, 22 Dec 2010 10:47:43 +0100 Message-ID: Subject: A time delay in ModelFactory.createDefaultModel() ? From: Damien Cram To: Jena Users Content-Type: multipart/alternative; boundary=0016367f985c147a130497fca598 X-Virus-Checked: Checked by ClamAV on apache.org --0016367f985c147a130497fca598 Content-Type: text/plain; charset=ISO-8859-1 Hi all, I can't figure out why the creation of a model (Model model = ModelFactory.createDefaultModel()) takes some time (around half a second) when it is executed for the first time. From the second time on, it is almost instantaneous, as expected. Is there any way to create an empty model faster ? Thanks in advance, Damien --0016367f985c147a130497fca598--