On 28-Apr-09, at 1:45 PM, Mark O'Neill wrote:
Hi Brendan,
On 28 Apr 2009, at 20:23, Brendan Murphy wrote:
I would embed all the images in the XML as you originally
suggested. What you need to do is compress the XML stream as a
whole just before you save it.
I had thought of trying to figure out how to compress the encoded
picture before saving but not the whole stream. Interesting.
Does RB have built-in ways of doing this cross platform that you
know of?
Well .. there are some classes that can do this but to do it cross
platform you may need either a helper application OR a plugin
Linux and OS X both have a preinstalled compression library (like
gzip, zip, zlib etc) that can be used via declares
Windows doesn't
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
From Tue 28 Apr 2009 22:22:02 +0200
Delivered-To: listarchive@realsoftware.com
Received: by 10.220.73.15 with SMTP id o15cs60173vcj;
Tue, 28 Apr 2009 13:23:10 -0700 (PDT)
Received: by 10.114.66.10 with SMTP id o10mr3487744waa.33.1240950189726;
Tue, 28 Apr 2009 13:23:09 -0700 (PDT)
Return-Path: <realbasic-nug-bounces@lists.realsoftware.com>
Received: from advanced107.inmotionhosting.com (advanced107.inmotionhosting.com
[74.124.194.228])
by mx.google.com with ESMTP id f20si232653waf.17.2009.04.28.13.23.09;
Tue, 28 Apr 2009 13:23:09 -0700 (PDT)
Received-SPF: neutral (google.com: 74.124.194.228 is neither permitted nor
denied by best guess record for domain of
realbasic-nug-bounces@lists.realsoftware.com) client-ip=74.124.194.228;
Authentication-Results: mx.google.com; spf=neutral (google.com: 74.124.194.228
is neither permitted nor denied by best guess record for domain of
realbasic-nug-bounces@lists.realsoftware.com)
smtp.mail=realbasic-nug-bounces@lists.realsoftware.com
Received: from localhost ([127.0.0.1] helo=advanced107.inmotionhosting.com)
by advanced107.inmotionhosting.com with esmtp (Exim 4.69)
(envelope-from <realbasic-nug-bounces@lists.realsoftware.com>)
id 1Lytoa-0008TY-2c; Tue, 28 Apr 2009 13:22:04 -0700
Received: from smtprelay01.ispgateway.de ([80.67.18.13])
by advanced107.inmotionhosting.com with esmtp (Exim 4.69)
(envelope-from <realbasiclists@monkeybreadsoftware.de>)
id 1LytoY-0008TK-5h for realbasic-nug@lists.realsoftware.com;
Tue, 28 Apr 2009 13:22:02 -0700
Received: from [84.175.118.192] (helo=[192.168.1.80])
by smtprelay01.ispgateway.de with esmtpa (Exim 4.68)
(envelope-from <realbasiclists@monkeybreadsoftware.de>)
id 1LytoY-00052e-5N for realbasic-nug@lists.realsoftware.com;
Tue, 28 Apr 2009 22:22:02 +0200
To: realbasic-nug@lists.realsoftware.com (REALbasic NUG)
In-Reply-To: <D92242E9-3BD8-42A3-873F-93CA058846D5@g-point.com>
Subject: Re: [ANN] MBS REALbasic plug-ins 9.3
From: realbasiclists@monkeybreadsoftware.de (Christian Schmitz)
Date: Tue, 28 Apr 2009 22:22:02 +0200
Message-ID: <1iywm28.1vmzgz61bafb3kM%realbasiclists@monkeybreadsoftware.de>
MIME-Version: 1.0
User-Agent: MacSOUP/D-2.8.2 (Mac OS X version 10.5.6 (x86))
X-Df-Sender: 363246
X-BeenThere: realbasic-nug@lists.realsoftware.com
X-Mailman-Version: 2.1.10
Precedence: list
Reply-To: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Sender: realbasic-nug-bounces@lists.realsoftware.com
Errors-To: realbasic-nug-bounces@lists.realsoftware.com
X-AntiAbuse: This header was added to track abuse, please include it with any
abuse report
X-AntiAbuse: Primary Hostname - advanced107.inmotionhosting.com
X-AntiAbuse: Original Domain - realsoftware.com
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - lists.realsoftware.com
Roland V=F6gtli <voegtli@g-point.com> wrote:
Christian,
=
> MySQL, PostgreSQL and ODBC, SQLite).
=
How would you rate the MBSplugin speed compared to the RB postgres =
plugin?
I did not measure this.
And does that significantly change if using the MBSclass or the RB =
DB subclass?
Well, you have to change your code to benefit from the plugin by using
the plugin classes instead of RB database classes.
I have started with doing a database subclass, but it has only limited
use currently.
Greetings
Christian
-- =
Over 1500 classes with 29000 functions in one REALbasic plug-in. =
The Monkeybread Software Realbasic Plugin v9.3. =
<http://www.monkeybreadsoftware.de/realbasic/plugins.shtml>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
|