realbasic-nug
[Top] [All Lists]

Re: RB 2006R4 in Intel - Some impressions

To: "REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>" <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: RB 2006R4 in Intel - Some impressions
From: Daniel Stenning <d0stenning at msn dot com>
Date: Sun, 29 Oct 2006 23:34:30 +0000
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug at lists dot realsoftware dot com
Thread-index: Acb7sse2Bh+k3GemEduUCQAKldQmeg==
Thread-topic: RB 2006R4 in Intel - Some impressions
I can second that. I am back to using the PPC version on the powerbook and
it crashes far less. Still does occasionally but nothing like as much as the
UB version.


On 29/10/06 20:04, "Joe Huber" <joehuber at talasoft dot com> wrote:

> At 5:44 PM +0100 10/29/06, Stefan wrote:
>> - RB 2006R4 crashes at least once an hour, often each 30 minutes,
>>   thus it is wise to save very often
> 
> FWIW I find that using the PPC IDE on Intel doesn't crash at all,
> while the UB IDE crashes pretty often. It may be worth giving up some
> speed by using the PPC IDE in exchange for less crashing.
> 
> Regards,
> Joe Huber
> _______________________________________________
> Unsubscribe or switch delivery mode:
> <http://www.realsoftware.com/support/listmanager/>
> 
> Search the archives of this list here:
> <http://support.realsoftware.com/listarchives/lists.html>
> 


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>


From  Mon 30 Oct 2006 00:40:31 +0100
Return-Path: <realbasic-nug-bounces at lists dot realsoftware dot com>
X-Original-To: listarchive at realsoftware dot com
Delivered-To: listarchive at realsoftware dot com
Received: by xmail.realsoftware.com (Postfix, from userid 1037)
        id 70C0DF69571; Sun, 29 Oct 2006 15:40:52 -0800 (PST)
X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on realxserve.local
X-Spam-Level: 
X-Spam-Status: No, score=-2.5 required=4.5 tests=AWL,BAYES_00 autolearn=ham 
        version=3.1.1
Received: from lists.realsoftware.com (lists.realsoftware.com [209.198.132.125])
        by xmail.realsoftware.com (Postfix) with ESMTP id C06C7F69566;
        Sun, 29 Oct 2006 15:40:50 -0800 (PST)
Received: from lists.realsoftware.com (localhost [127.0.0.1])
        by lists.realsoftware.com (Postfix) with ESMTP
        id 704F215F4094; Sun, 29 Oct 2006 17:40:08 -0600 (CST)
X-Original-To: realbasic-nug at lists dot realsoftware dot com
Delivered-To: realbasic-nug at lists dot realsoftware dot com
Received: from smtprelay06.ispgateway.de (smtprelay06.ispgateway.de
        [80.67.18.44])
        by lists.realsoftware.com (Postfix) with ESMTP id 6E9A515F4085
        for <realbasic-nug at lists dot realsoftware dot com>;
        Sun, 29 Oct 2006 17:40:02 -0600 (CST)
Received: (qmail 29085 invoked from network); 29 Oct 2006 23:40:31 -0000
Received: from unknown (HELO [192.168.1.80]) (363246 at [84 dot 175 dot 99 dot 
6])
        (envelope-sender <support at monkeybreadsoftware dot de>)
        by smtprelay06.ispgateway.de (qmail-ldap-1.03) with SMTP
        for <realbasic-nug at lists dot realsoftware dot com>; 29 Oct 2006 
23:40:31 -0000
To: realbasic-nug at lists dot realsoftware dot com (REALbasic NUG)
In-Reply-To: <87396C6D-D871-45CB-98C7-EFFD65773B6B at divergentmedia dot com>
From: support at monkeybreadsoftware dot de (Christian Schmitz)
Date: Mon, 30 Oct 2006 00:40:31 +0100
Message-ID: <1hnzwhl dot b22czbyusg6mM%support at monkeybreadsoftware dot de>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Organization: Monkeybread Software Germany
X-Face: nrf3>{WQ6c&r+7 at e)"]0G60`-6ND^)I2mI%>)QGYa=9"=7jhd-g2|b3!>Al0+
        Ccb%xGQshhi|g at QU2$
User-Agent: MacSOUP/D-2.7 (Mac OS X version 10.4.8)
Subject: Re: binarystream.write sometimes takes a long time to return
X-BeenThere: realbasic-nug at lists dot realsoftware dot com
X-Mailman-Version: 2.1.2
Precedence: list
Reply-To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Sender: realbasic-nug-bounces at lists dot realsoftware dot com
Errors-To: realbasic-nug-bounces at lists dot realsoftware dot com

Mike Woodworth <mike at divergentmedia dot com> wrote:

> hey all,
>=20
> I have an app which needs to write a constant stream of info... 120kb
> each time, and it needs to return quickly so it can do the whole =20
> process over.  every 40 or so writes, i seem to hit some bufferlimit
> and the next write takes as much as 20 times longer than the others.
> this seems to happen whether or not i call .flush after each write.
>=20
> anyone have any ideas what i can do about this?=20

use a different class to write like the LargeBinaryStreamMBS class?

Gru=DF
Christian

--=20
Around eleven thousand functions in one REALbasic plug-in.=20
The Monkeybread Software Realbasic Plugin v6.4. Now universal!
<http://www.monkeybreadsoftware.de/realbasic/plugins.shtml>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>