realbasic-nug
[Top] [All Lists]

Re: binarystream.write sometimes takes a long time to return

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: binarystream.write sometimes takes a long time to return
From: Mike Woodworth <mike at divergentmedia dot com>
Date: Sun, 29 Oct 2006 19:16:28 -0500
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <1hnzwhl dot b22czbyusg6mM%support at monkeybreadsoftware dot de>

On Oct 29, 2006, at 6:40 PM, Christian Schmitz wrote:

Mike Woodworth <mike at divergentmedia dot com> wrote:

hey all,

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
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.

anyone have any ideas what i can do about this?

use a different class to write like the LargeBinaryStreamMBS class?

Gruß
Christian

christian,

i tried you class but ran into the same issues... it appears i'm running into osx buffering.

mike


--
Around eleven thousand functions in one REALbasic plug-in.
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>

_______________________________________________
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>